From eb01079930ad20925328cfb275d6c6da27f99e8d Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Sun, 5 Nov 2023 20:05:12 +0100 Subject: [PATCH] no ortools for python 3.12 yet #3 --- .github/workflows/wheel-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel-macos.yml b/.github/workflows/wheel-macos.yml index f9cd62270a85..72443b6b2862 100644 --- a/.github/workflows/wheel-macos.yml +++ b/.github/workflows/wheel-macos.yml @@ -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