Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Oct 9, 2024
1 parent 4afb970 commit 2a7b5f8
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 @@ -137,12 +137,12 @@ jobs:

CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=11.0" # resolves problems with repairing/delocate-wheel; since 2024-06-04
#{project} folder is in Exudyn root, not in main!
CIBW_TEST_COMMAND_WINDOWS: "cd /d {project}/main/pythonDev/TestModels && python runTestSuite.py -local"
# CIBW_TEST_COMMAND_WINDOWS: "cd /d {project}/main/pythonDev/TestModels && python runTestSuite.py -local"
# 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: matplotlib scipy
CIBW_TEST_REQUIRES_WINDOWS: "numpy==1.24.4 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 2a7b5f8

Please sign in to comment.