We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc28156 commit 24dc603Copy full SHA for 24dc603
.github/workflows/conda.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
23
- name: Install GDAL
24
- run: conda instal conda-forge::gdal
+ run: conda install conda-forge::gdal
25
26
- name: Test
27
run: cram tests -v
0 commit comments