Skip to content

Commit

Permalink
No specific version of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
laurepiq committed Jul 1, 2024
1 parent 087168a commit 023e2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/project/cfitsio-4.4.1/lib/pkgconfig
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/cfitsio-4.4.1/lib'
CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-std=c99"'
CIBW_TEST_REQUIRES: 'pytest numpy==1.19.5'
CIBW_TEST_REQUIRES: 'pytest numpy'
CIBW_TEST_COMMAND: 'pytest $(dirname $(python -c "import mpdaf; print(mpdaf.__file__)"))'

jobs:
Expand Down

0 comments on commit 023e2d9

Please sign in to comment.