Skip to content

Commit

Permalink
Merge pull request #242 from geocompx/241-rendering-fails
Browse files Browse the repository at this point in the history
Install dev version of osmnx (#241)
  • Loading branch information
Robinlovelace authored Aug 6, 2024
2 parents 3b0f9ae + 30ffd68 commit 9e503bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Install dependencies with pip and ignoring pinned versions:
pip install pur
# 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 9e503bf

Please sign in to comment.