Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Nov 25, 2024
1 parent d55bbdb commit 25edec0
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 @@ -23,12 +23,15 @@ jobs:
# Only run this action if we are pushing to master or the PR is labelled "macOS"
if: ${{ (github.ref == 'refs/heads/master') || contains(github.event.pull_request.labels.*.name, 'macOS') }}
env:
FIREDRAKE_CI_TESTS: 1
PYOP2_CI_TESTS: 1
OMP_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
steps:
- uses: actions/checkout@v4
- name: Install Python
run: |
brew install python@3.12
$(brew --prefix)/bin/python3 -m pip install -U pip
$(brew --prefix)/bin/python3 -m pip install -U setuptools
- name: Build Firedrake
run: |
cd ..
Expand Down

0 comments on commit 25edec0

Please sign in to comment.