We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bf66e commit 58a9b30Copy full SHA for 58a9b30
.github/workflows/ci_tests.yaml
@@ -40,14 +40,14 @@ jobs:
40
isDraft: true
41
- os: windows-latest
42
43
- # Pair Python 3.8 with NumPy 1.20 and Python 3.10 with NumPy 1.22
44
- # Only install optional packages on Python 3.10/NumPy 1.22
+ # Pair Python 3.8 with NumPy 1.21 and Python 3.10 with NumPy 1.23
+ # Only install optional packages on Python 3.10/NumPy 1.23
45
include:
46
- python-version: '3.8'
47
- numpy-version: '1.20'
+ numpy-version: '1.21'
48
optional-packages: ''
49
- python-version: '3.10'
50
- numpy-version: '1.22'
+ numpy-version: '1.23'
51
optional-packages: 'geopandas ipython'
52
timeout-minutes: 30
53
defaults:
0 commit comments