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 5e22240 commit 00fd5b1Copy full SHA for 00fd5b1
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
${{ runner.os }}-conda6-
25
- uses: conda-incubator/setup-miniconda@v2
26
with:
27
- python-version: 3.7
+ python-version: 3.9
28
mamba-version: "*"
29
channels: conda-forge,defaults
30
channel-priority: true
environment.yml
@@ -4,7 +4,7 @@ channels:
4
- defaults
5
dependencies:
6
- gdal
7
- - python=3.8.7
+ - python=3.9.1
8
- pip
9
- r-base=3.6.3
10
- glib
0 commit comments