From f6a939d706ea719c7aa73f0585b6e1cc102a8aec Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 3 Sep 2024 22:23:29 +0200 Subject: [PATCH] GIS CI: test against Mesa-geo 0.8.x-maintenance Test against the Mesa-Geo 0.8.x-maintenance branch --- .github/workflows/test_gis_examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_gis_examples.yml b/.github/workflows/test_gis_examples.yml index 440aa710..885aec81 100644 --- a/.github/workflows/test_gis_examples.yml +++ b/.github/workflows/test_gis_examples.yml @@ -41,8 +41,7 @@ jobs: python-version: "3.12" - name: Install dependencies run: | - # TODO: Update to Mesa-Geo 0.8.x-maintenance branch, once it exists - pip install -U git+https://github.com/projectmesa/mesa-geo@main#egg=mesa-geo + pip install -U git+https://github.com/projectmesa/mesa-geo@0.8.x-maintenance#egg=mesa-geo pip install .[test_gis] - name: Test with pytest run: pytest -rA -Werror test_gis_examples.py