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 25edec0 commit 95bcb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Install Python
run: |
brew install [email protected]
$(brew --prefix)/bin/python3 -m pip install -U pip
$(brew --prefix)/bin/python3 -m pip install -U setuptools
$(brew --prefix)/bin/python3.12 -m pip install -U pip
$(brew --prefix)/bin/python3.12 -m pip install -U setuptools
- name: Build Firedrake
run: |
cd ..
$(brew --prefix)/bin/python3 \
$(brew --prefix)/bin/python3.12 \
firedrake/scripts/firedrake-install \
--venv-name firedrake_venv \
--disable-ssh \
Expand Down

0 comments on commit 95bcb06

Please sign in to comment.