Skip to content

Commit

Permalink
CI: test on Py38 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis authored Feb 18, 2023
1 parent 85d3b54 commit 4d0d5f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
include:
- environment-file: ci/dev.yaml
os: ubuntu-latest
- environment-file: ci/min.yaml
os: ubuntu-latest
defaults:
run:
shell: bash -l {0}
Expand Down
11 changes: 11 additions & 0 deletions ci/min.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: test
channels:
- conda-forge
dependencies:
- python=3.8
- pooch
# tests
- pytest
- pytest-cov
- geopandas-base
- pyogrio

0 comments on commit 4d0d5f3

Please sign in to comment.