Skip to content

Commit c63f7cb

Browse files
CI: test with older (geo)pandas (#240)
1 parent 0550bc7 commit c63f7cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests-conda.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
python: ["3.10", "3.11"]
2727
env: ["environment.yml"]
2828
include:
29+
# environment with lower versions of optional dependencies
30+
- python: "3.10"
31+
extra: |
32+
pandas=1.5
33+
geopandas=0.12
2934
# minimal environment without optional dependencies
3035
- os: "ubuntu-latest"
3136
python: "3.9"
@@ -44,7 +49,9 @@ jobs:
4449
uses: mamba-org/provision-with-micromamba@main
4550
with:
4651
environment-file: ci/${{ matrix.env }}
47-
extra-specs: python=${{ matrix.python }}
52+
extra-specs: |
53+
python=${{ matrix.python }}
54+
${{ matrix.extra }}
4855
cache-env: true
4956

5057
- name: Set environment variables (Windows)

0 commit comments

Comments
 (0)