Skip to content

Commit

Permalink
Add python path
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Nov 9, 2023
1 parent 7c85a12 commit 2ca0f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install Python
if: startsWith(matrix.os,'macos')
run: brew install [email protected]
- name: Add Python to PATH
if: startsWith(matrix.os,'macos')
run: export PATH="/usr/local/opt/[email protected]/bin:$PATH"
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit 2ca0f15

Please sign in to comment.