Skip to content

Commit

Permalink
[CI] Fix macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Jun 15, 2024
1 parent 94c4537 commit 009cb1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo ln -s /opt/homebrew/bin/gfortran-12 /opt/homebrew/bin/gfortran
sudo ln -s /opt/homebrew/Cellar/gcc/12.*/lib/gcc/12/*.dylib /opt/homebrew/lib/
brew tap optimizers/cutest &&
brew install cutest --without-single
brew install cutest
sudo ln -s $GITHUB_WORKSPACE/pycutest/tests/problems /opt/homebrew/opt/mastsif &&
mkdir $GITHUB_WORKSPACE/pycutest_cache
python -m pip install .
Expand Down

0 comments on commit 009cb1a

Please sign in to comment.