We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d6760 commit 59599c5Copy full SHA for 59599c5
.github/workflows/conda.yml
@@ -24,5 +24,8 @@ jobs:
24
- name: Install GDAL
25
run: conda install conda-forge::gdal
26
27
+ - name: Install CRAM
28
+ run: conda install conda-forge::cram
29
+
30
- name: Test
31
run: cram tests -v
0 commit comments