Skip to content

Commit 24dc603

Browse files
committed
fix
1 parent bc28156 commit 24dc603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Install GDAL
24-
run: conda instal conda-forge::gdal
24+
run: conda install conda-forge::gdal
2525

2626
- name: Test
2727
run: cram tests -v

0 commit comments

Comments
 (0)