Skip to content

Commit

Permalink
debugging python dependencies in CI #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Aug 28, 2024
1 parent 9442eab commit 0a5ef1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
run: |
sudo apt-get install python3-pyproj python3-rtree python3-pandas python3-flake8 python3-autopep8 python3-scipy python3-pulp python3-ezdxf python3-pyperclip python3-polib
python -m pip install -r sumo/tools/req_ci.txt -r sumo/tools/requirements.txt
python -m pip install pipdeptree
pipdeptree
cd sumo/cmake-build
make CTEST_OUTPUT_ON_FAILURE=1 examples test
Expand Down

0 comments on commit 0a5ef1e

Please sign in to comment.