Skip to content

Commit

Permalink
wrong operation #22 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Oct 17, 2024
1 parent 35001f7 commit f17e442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# the pipdeptree below is also just for debugging but often comes handy so keep it enabled
run: |
sudo apt-get install $(cat sumo/build_config/tools_req_deb.txt)
sudo apt-get -y uninstall python3-matplotlib
sudo apt-get -y remove python3-matplotlib
python3 -m venv testenv --system-site-packages
source testenv/bin/activate
python3 -m pip install -r sumo/tools/req_ci.txt -r sumo/tools/requirements.txt
Expand Down

0 comments on commit f17e442

Please sign in to comment.