Skip to content

Commit

Permalink
Merge pull request #2 from musevlt/fix-cfitsio
Browse files Browse the repository at this point in the history
Fix cfitsio's path
  • Loading branch information
saimn authored Apr 3, 2021
2 parents d20e6a5 + f0882f8 commit b383f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
CIBW_ENVIRONMENT_LINUX: '
USEOPENMP=0
CFLAGS="-std=c99"
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/project/cfitsio/lib/pkgconfig
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/cfitsio/lib'
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/project/cfitsio-3.49/lib/pkgconfig
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/cfitsio-3.49/lib'
CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-std=c99"'
CIBW_TEST_REQUIRES: 'pytest numpy==1.19.5'
CIBW_TEST_COMMAND: 'pytest $(dirname $(python -c "import mpdaf; print(mpdaf.__file__)"))'
Expand Down

0 comments on commit b383f79

Please sign in to comment.