We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca32e0c + 318b93c commit f70cd32Copy full SHA for f70cd32
.github/workflows/cmake.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install prerequisite MacOS packages
56
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os == 'macos-latest' }}
57
run: |
58
- brew install ninja gcc@10 boost eigen bison ccache automake python3 numpy scipy
+ brew install ninja gcc@10 boost eigen bison ccache automake [email protected] numpy scipy
59
echo "FC=/usr/local/bin/gfortran-10" >> $GITHUB_ENV
60
echo "EIGEN3_INCLUDE_DIR=/usr/local/include/eigen3" >> $GITHUB_ENV
61
0 commit comments