File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Python package
22
33on : [push]
44
5+ permissions :
6+ contents : write
7+
58jobs :
69 build_wheel :
710 runs-on : ${{ matrix.os }}
2427 - name : MacOS dpendencies
2528 if : ${{ runner.os == 'macOS' }}
2629 run : |
27- brew uninstall pkg-config || :
28- brew uninstall pkg-config@0.29.2
30+ brew uninstall pkg-config || echo "pkg-config not installed, skipping uninstallation."
31+ brew uninstall pkg-config@0.29.2 || echo "pkg-config@0.29.2 not available, skipping uninstallation."
2932 brew install gsl
3033 brew install hdf5
3134 - name : Windows dependencies
8588 brew uninstall pkg-config@0.29.2 || :
8689 brew install gsl hdf5 meson ninja cmake &&
8790 export PKG_CONFIG=`which pkg-config` &&
88- echo "<<<<<<<<<#########################################>>>>>>>>>>" &&
91+ echo "<<<<<<<<<########################################## >>>>>>>>>>" &&
8992 echo "$$$$$ `pkg-config --libs gsl`" &&
9093 echo "@@@@@ `pkg-config --cflags gsl`"
9194 CIBW_ARCHS : ' arm64'
You can’t perform that action at this time.
0 commit comments