We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97316e9 commit 00c0b57Copy full SHA for 00c0b57
.github/workflows/ci_tests.yaml
@@ -63,14 +63,14 @@ jobs:
63
isDraft: true
64
- os: windows-latest
65
66
- # Pair Python 3.9 with NumPy 1.22 and Python 3.11 with NumPy 1.25
67
- # Only install optional packages on Python 3.11/NumPy 1.25
+ # Pair Python 3.9 with NumPy 1.22 and Python 3.11 with NumPy 1.26
+ # Only install optional packages on Python 3.11/NumPy 1.26
68
include:
69
- python-version: '3.9'
70
numpy-version: '1.22'
71
optional-packages: ''
72
- python-version: '3.11'
73
- numpy-version: '1.25'
+ numpy-version: '1.26'
74
optional-packages: ' contextily geopandas ipython rioxarray sphinx-gallery'
75
76
timeout-minutes: 30
0 commit comments