Skip to content

Commit 44dc576

Browse files
committed
removed pcraster version limit
1 parent fb748f4 commit 44dc576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_env.yml

Lines changed: 1 addition & 1 deletion
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==4.3.3
33+
conda install -c conda-forge gdal==3.5.1 eccodes pcraster
3434
conda install -c conda-forge hdf5
3535
- name: Install dependencies
3636
shell: bash -el {0}

0 commit comments

Comments
 (0)