diff --git a/.github/workflows/wheel-linux.yml b/.github/workflows/wheel-linux.yml index d9faa6450837..c45d20c55f4a 100644 --- a/.github/workflows/wheel-linux.yml +++ b/.github/workflows/wheel-linux.yml @@ -89,7 +89,8 @@ jobs: - name: Running "sumo in the wheel" tests if: github.repository == 'DLR-TS/sumo' run: | - tests/runTests.sh -b ci -v ci.fast -a sumo,duarouter + python -m pip install -r tools/requirements.txt + tests/runTests.sh -b ci -v ci.fast - name: Running meta tests and cleaning up run: |