Skip to content

Commit

Permalink
Update wheels.yml5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Oct 9, 2024
1 parent 6ee5fa6 commit 4afb970
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# python-version: ['10']
python-version: ['8','9','10','11','12']
python-version: ['10']
# python-version: ['8','9','10','11','12']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -99,10 +99,10 @@ jobs:
continue-on-error: true #will continue, such that other wheels are built
strategy:
matrix:
# os: [ubuntu-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
os: [windows-latest, macos-latest, ubuntu-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
# python-version: ['10']
python-version: ['8', '9', '10', '11', '12']
os: [windows-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
# os: [windows-latest, macos-latest, ubuntu-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
python-version: ['10']
# python-version: ['8', '9', '10', '11', '12']
exclude:
- os: macos-latest
python-version: "8" #this version fails during testing / installation of exudyn universal2 wheel
Expand Down 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 -quiet -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"
Expand Down

0 comments on commit 4afb970

Please sign in to comment.