Skip to content

Commit

Permalink
Update pkg with pur, close #241
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 6, 2024
1 parent 0617054 commit 30ffd68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
run: |
# Install dependencies with pip and ignoring pinned versions:
pip install pur
# Install dev version of osmnx:
pip install --no-cache-dir --upgrade --pre osmnx
# Update requirements.txt with pur:
pur -r requirements.txt
pur -r requirements.txt --pre osmnx
# Update all packages (could also try --force-reinstall):
# See https://pip.pypa.io/en/stable/development/architecture/upgrade-options/
pip install -U --upgrade-strategy eager -r requirements.txt
Expand Down

0 comments on commit 30ffd68

Please sign in to comment.