Skip to content

Commit

Permalink
GIS CI: test against Mesa-geo 0.8.x-maintenance
Browse files Browse the repository at this point in the history
Test against the Mesa-Geo 0.8.x-maintenance branch
  • Loading branch information
EwoutH authored Sep 3, 2024
1 parent 941b9aa commit f6a939d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_gis_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6a939d

Please sign in to comment.