Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 25, 2024
1 parent 95bcb06 commit 1906058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install Python
run: |
brew install [email protected]
$(brew --prefix)/bin/python3.12 -m pip install -U pip
$(brew --prefix)/bin/python3.12 -m pip install -U setuptools
$(brew --prefix)/bin/python3.12 -m pip install --user -U pip
$(brew --prefix)/bin/python3.12 -m pip install --user -U setuptools
- name: Build Firedrake
run: |
cd ..
Expand Down

0 comments on commit 1906058

Please sign in to comment.