Skip to content

Commit

Permalink
no ortools for python 3.12 yet #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 5, 2023
1 parent e235470 commit eb01079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Running "sumo in the wheel" tests
if: github.repository == 'DLR-TS/sumo'
run: |
python3 -m pip install -r tools/requirements.txt
if [[ "${{ matrix.python_version }}" != "3.12" ]]; then python3 -m pip install -r tools/requirements.txt; fi
tests/runTests.sh -b ci -v ci.fast -a activitygen,duarouter,jtrrouter,marouter,od2trips,polyconvert
- name: Running meta tests and cleaning up
Expand Down

0 comments on commit eb01079

Please sign in to comment.