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 1906058 commit ec5d61a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Python
run: |
brew install [email protected]
$(brew --prefix)/bin/python3.12 -m pip install --user -U pip
$(brew --prefix)/bin/python3.12 -m pip install --user -U setuptools
run: brew install [email protected]
- name: Build Firedrake
run: |
cd ..
Expand Down

0 comments on commit ec5d61a

Please sign in to comment.