Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent 5e10f87 commit 8df6585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
node-version: 20.0.x
- run: echo "🍏 Node setup status is ${{ job.status }}."

# Step to set up Python 3.9
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install Python dependencies on macOS
if: runner.os == 'macOS'
run: brew install [email protected]
Expand Down

0 comments on commit 8df6585

Please sign in to comment.