Skip to content

Commit 64e1a74

Browse files
committed
Limit pcraster version for github action to avoid issue with col2map command
1 parent 1b79730 commit 64e1a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_env.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install gdal eccodes pcraster hdf5
3131
shell: bash -el {0}
3232
run: |
33-
conda install -c conda-forge gdal==3.5.1 eccodes pcraster
33+
conda install -c conda-forge gdal==3.5.1 eccodes pcraster==4.3.3
3434
conda install -c conda-forge hdf5
3535
- name: Install dependencies
3636
shell: bash -el {0}

0 commit comments

Comments
 (0)