Skip to content

Commit

Permalink
another try to fix dependencies for python 3.12 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 29, 2024
1 parent 2a49e90 commit 72c9a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Running "sumo in the wheel" tests
if: github.repository == 'DLR-TS/sumo'
run: |
if [[ "${{ matrix.python_version }}" != "3.12" ]]; then python -m pip install -r tools/req_ci.txt; fi
python -m pip install -r tools/req_ci.txt
python -m pip install -r tools/requirements.txt
tests/runTests.sh -b ci -v ci.fast
Expand Down
2 changes: 1 addition & 1 deletion tools/req_ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# these requirements are used to make sure the tests run only with versions known to work on GitHub actions
# the "normal" requirements should be used in addition
ortools==9.5.2237
ortools==9.5.2237; python_version < '3.12'
pandas<2.2.0

0 comments on commit 72c9a9d

Please sign in to comment.