Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Jan 4, 2023
1 parent b256703 commit 40fb9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
sudo ln -s /usr/local/Cellar/gcc@11/*/lib/gcc/11/* /usr/local/lib/
sudo ln -s /usr/local/Cellar/gcc@11/*/lib/gcc/11/*.dylib /usr/local/lib/
brew tap optimizers/cutest &&
brew install cutest --without-single
pip install -r requirements.txt --only-binary=numpy,scipy
Expand Down

0 comments on commit 40fb9bf

Please sign in to comment.