Skip to content

Commit

Permalink
Test across runners with fixed gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Jan 8, 2024
1 parent ac2e908 commit 01d108e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
test:
strategy:
matrix:
os: [windows-latest]
py3version: ["9", "10"]
os: [windows-latest, ubuntu-latest, macos-latest]
py3version: ["9", "10", "11"]
fail-fast: false
uses: arup-group/actions-city-modelling-lab/.github/workflows/python-install-lint-test.yml@try-python--m-pytest
with:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click < 9
gdal >= 3.7, < 3.8
gdal = 3.8.1
geopandas >= 0.13, < 0.14
ipykernel < 7
lxml < 5
Expand Down

0 comments on commit 01d108e

Please sign in to comment.