Skip to content

Commit

Permalink
make sure troute integration updates pip and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 authored and mattw-nws committed Aug 18, 2022
1 parent 0f90800 commit b88c7d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ jobs:
python3 -m venv .venv
. .venv/bin/activate
cd extern/t-route
pip install pip
pip install -U pip
pip install -U setuptools
pip install -r requirements.txt
cd src
pip install nwm_routing/
Expand Down

0 comments on commit b88c7d1

Please sign in to comment.