Skip to content

Commit 562e14a

Browse files
Merge pull request #1319 from brosaplanella/fix-ci-01-21
Fix GitHub actions MacOS
2 parents cd833d0 + b2cd13a commit 562e14a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test_on_push.yml

+6
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,17 @@ jobs:
4747
sudo apt install gfortran gcc libopenblas-dev graphviz
4848
sudo apt install python${{ matrix.python-version }}.dev
4949
50+
# Added fixes to homebrew installs:
51+
# rm -f /usr/local/bin/2to3
52+
# (see https://github.com/actions/virtual-environments/issues/2322)
53+
# brew unlink gcc@8 gcc@9
54+
# (see https://github.com/actions/virtual-environments/issues/2391)
5055
- name: Install MacOS system dependencies
5156
if: matrix.os == 'macos-latest'
5257
run: |
5358
rm -f /usr/local/bin/2to3
5459
brew update
60+
brew unlink gcc@8 gcc@9
5561
brew install graphviz
5662
brew install openblas
5763

0 commit comments

Comments
 (0)