Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
python 3.9 on mac
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent adf9404 commit 5e10f87
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 @@ -23,6 +23,11 @@ jobs:
with:
node-version: 20.0.x
- run: echo "🍏 Node setup status is ${{ job.status }}."

- name: Install Python dependencies on macOS
if: runner.os == 'macOS'
run: brew install [email protected]

- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 5e10f87

Please sign in to comment.