Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Mar 10, 2024
1 parent 19665a3 commit ac5b30e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,9 @@ jobs:
run: |
brew update
brew install python@3.12
brew install python
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- name: Configure Python 3.12 Environment
run: |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> $GITHUB_ENV
echo "PATH=$(brew --prefix python@3.12)/bin:$PATH" >> $GITHUB_ENV
- name: Install common dependencies
run: |
Expand Down

0 comments on commit ac5b30e

Please sign in to comment.