Skip to content

Commit

Permalink
pip version less-than operator needs to be quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
mattw-nws committed Apr 26, 2023
1 parent 695c421 commit 3b701ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
python3 -m venv .venv
. .venv/bin/activate
cd t-route
pip install pip>=23.0,<23.1
pip install 'pip>=23.0,<23.1'
pip install -U setuptools
pip install -r requirements.txt
pip install deprecated pyarrow tables geopandas numpy
Expand Down

0 comments on commit 3b701ed

Please sign in to comment.