Skip to content

Commit 00fd5b1

Browse files
committed
build: use latest python
1 parent 5e22240 commit 00fd5b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
${{ runner.os }}-conda6-
2525
- uses: conda-incubator/setup-miniconda@v2
2626
with:
27-
python-version: 3.7
27+
python-version: 3.9
2828
mamba-version: "*"
2929
channels: conda-forge,defaults
3030
channel-priority: true

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- defaults
55
dependencies:
66
- gdal
7-
- python=3.8.7
7+
- python=3.9.1
88
- pip
99
- r-base=3.6.3
1010
- glib

0 commit comments

Comments
 (0)