Skip to content

Commit f70cd32

Browse files
authored
Merge pull request #277 from JonathonMisiewicz/patch-1
Patch to circumvent #274
2 parents ca32e0c + 318b93c commit f70cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install prerequisite MacOS packages
5656
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os == 'macos-latest' }}
5757
run: |
58-
brew install ninja gcc@10 boost eigen bison ccache automake python3 numpy scipy
58+
brew install ninja gcc@10 boost eigen bison ccache automake [email protected] numpy scipy
5959
echo "FC=/usr/local/bin/gfortran-10" >> $GITHUB_ENV
6060
echo "EIGEN3_INCLUDE_DIR=/usr/local/include/eigen3" >> $GITHUB_ENV
6161

0 commit comments

Comments
 (0)