Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 28, 2024
1 parent 42dd41b commit cc8b9e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,21 @@ jobs:
OMP_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
steps:
- name: Add homebrew to PATH
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
run: echo "/opt/homebrew/bin" >> "$GITHUB_PATH"
- uses: actions/checkout@v4
- name: Pre-run cleanup
if: ${{ always() }}
run: |
cd ..
rm -rf firedrake_venv
- name: Install Python
run: /opt/homebrew/bin/brew install [email protected] python-setuptools
run: brew install [email protected] python-setuptools
- name: Build Firedrake
run: |
cd ..
"$(/opt/homebrew/bin/brew --prefix)/bin/python3.12" \
"$(brew --prefix)/bin/python3.12" \
firedrake/scripts/firedrake-install \
--venv-name firedrake_venv \
--disable-ssh \
Expand Down

0 comments on commit cc8b9e8

Please sign in to comment.