Skip to content

Commit

Permalink
brew: allow use of python instead of python3
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 7, 2025
1 parent f16691a commit 991f95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master
- if: matrix.pm == 'brew'
run: brew install pinocchio
- if: matrix.pm == 'brew'
run: echo "PATH=/opt/homebrew/opt/python@3/libexec/bin:$PATH" >> $GITHUB_ENV

# conda
- if: matrix.pm == 'conda'
Expand Down

0 comments on commit 991f95d

Please sign in to comment.