We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f42956 commit 291cdd7Copy full SHA for 291cdd7
.github/workflows/linting_and_testing.yml
@@ -40,7 +40,9 @@ jobs:
40
- name: Install dependencies
41
run: |
42
conda run -n test conda info
43
- conda run -n test conda install -c conda-forge -c loop3d --file dependencies.txt gdal python=${{ matrix.python-version }} pytest -y
+ conda run -n test conda install -c loop3d -c conda-forge gdal python=${{ matrix.python-version }} -y
44
+ conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
45
+ conda run -n test conda install pytest python=${{ matrix.python-version }} -y
46
47
- name: Install map2loop
48
0 commit comments