Skip to content

Commit

Permalink
fixing path to requirements #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 24, 2024
1 parent a51a7e5 commit 187287b
Showing 1 changed file with 1 addition and 1 deletion.
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: |
python -m pip install -r sumo/tools/req_ci.txt
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

0 comments on commit 187287b

Please sign in to comment.