Skip to content

Commit

Permalink
Update wheels.yml3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Oct 9, 2024
1 parent c8273da commit 5b740dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
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==1.26.4 matplotlib scipy"
CIBW_TEST_REQUIRES_WINDOWS: "numpy<2.0.0 matplotlib scipy"

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

0 comments on commit 5b740dd

Please sign in to comment.