Skip to content

Commit

Permalink
test arm19
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr committed Mar 4, 2024
1 parent 0560643 commit e993699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ jobs:
CIBW_TEST_COMMAND_WINDOWS: "cd /d {project}/main/pythonDev/TestModels && python runTestSuite.py -quiet -local"
# perform a test and rename it into a wheel to be copied by cibuild ...
CIBW_TEST_COMMAND_LINUX: >
ls -la /tmp/cibuildwheel/
ls -la /tmp/cibuildwheel/repaired_wheel/
cd /tmp/cibuildwheel/repaired_wheel/
cd {project}/main/pythonDev/TestModels &&
python runTestSuite.py -quiet -local &&
DIR="$(dirname {wheel})" &&
Expand Down

0 comments on commit e993699

Please sign in to comment.