Skip to content

Commit 2c8e97c

Browse files
authored
Update build_wheels_and_publish.yml
1 parent 83d94fe commit 2c8e97c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_wheels_and_publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232

3333
- name: Install numpy
3434
run: |
35+
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
36+
sudo mkdir /usr/local/gfortran
37+
sudo ln -s /usr/local/Cellar/gcc@11/*/lib/gcc/11 /usr/local/gfortran/lib
38+
gfortran --version
3539
python -m pip install --upgrade pip
3640
python -m pip install numpy h5py versioneer
3741

0 commit comments

Comments
 (0)