Skip to content

Commit

Permalink
Update wheels.yml6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Oct 9, 2024
1 parent 2a7b5f8 commit 410015b
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 @@ -137,7 +137,7 @@ 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 {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"
Expand Down

0 comments on commit 410015b

Please sign in to comment.