From 904dc23b992c3bc6486bca54167afbb670253554 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Tue, 6 Aug 2024 19:55:17 +0100 Subject: [PATCH] Install dev version of osmnx (#241) See https://github.com/gboeing/osmnx/issues/1123 for more info --- .github/workflows/upstream.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index ad25f33a..4eab35e9 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -23,6 +23,8 @@ jobs: run: | # Install dependencies with pip and ignoring pinned versions: pip install pur + # Install dev version of osmnx: + pip install --pre osmnx # Update requirements.txt with pur: pur -r requirements.txt # Update all packages (could also try --force-reinstall):