Skip to content

Commit

Permalink
Update wheels.yml4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Oct 9, 2024
1 parent 5b740dd commit 6ec7956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
# perform a test and rename it into a wheel to be copied by cibuild ...
CIBW_TEST_COMMAND_LINUX: "cd {project}/main/pythonDev/TestModels && python runTestSuite.py -quiet -local"
CIBW_TEST_COMMAND_MACOS: "cd {project}/main/pythonDev/TestModels && python runTestSuite.py -quiet -local"
CIBW_TEST_REQUIRES: numpy matplotlib scipy
CIBW_TEST_REQUIRES_WINDOWS: "numpy<2.0.0 matplotlib scipy"
CIBW_TEST_REQUIRES: matplotlib scipy
CIBW_TEST_REQUIRES_WINDOWS: "numpy==1.24.4 matplotlib scipy"

- uses: actions/upload-artifact@v4 #artifacts are stored locally!
with:
Expand Down

0 comments on commit 6ec7956

Please sign in to comment.