Skip to content

Commit b65042e

Browse files
committed
use geopandas-base, add unpinned ci env
1 parent 779026f commit b65042e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
CONDA_ENV: [3.8, 3.9]
16+
CONDA_ENV: [3.8, 3.9, unpinned]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2

ci/environment-3.8.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.8
6-
- geopandas
7-
- numpy
6+
- geopandas-base
87
- pip
98
- pytest
109
- requests

ci/environment-3.9.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=3.9
6-
- geopandas
7-
- numpy
6+
- geopandas-base
87
- pip
98
- pytest
109
- requests

ci/environment-unpinned.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: sliderule-ci
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python
6+
- pip
7+
- pytest

0 commit comments

Comments
 (0)