Skip to content

Commit

Permalink
Find gfortran using symbolic link based on pycutest script
Browse files Browse the repository at this point in the history
  • Loading branch information
lindonroberts committed Apr 15, 2024
1 parent 6c8fb23 commit 6611c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_testing_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
brew install gcc
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
python -m pip install .
pip install pytest
- name: Run unit tests
Expand Down

0 comments on commit 6611c38

Please sign in to comment.