Skip to content

Commit 4d0d5f3

Browse files
authored
CI: test on Py38 (#7)
1 parent 85d3b54 commit 4d0d5f3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
include:
2222
- environment-file: ci/dev.yaml
2323
os: ubuntu-latest
24+
- environment-file: ci/min.yaml
25+
os: ubuntu-latest
2426
defaults:
2527
run:
2628
shell: bash -l {0}

ci/min.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: test
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.8
6+
- pooch
7+
# tests
8+
- pytest
9+
- pytest-cov
10+
- geopandas-base
11+
- pyogrio

0 commit comments

Comments
 (0)