We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1587afa commit c0d5ddeCopy full SHA for c0d5dde
1 file changed
.github/workflows/linting_and_testing.yml
@@ -48,16 +48,8 @@ jobs:
48
with:
49
python-version: ${{ matrix.python-version }}
50
conda-remove-defaults: "true"
51
-
52
53
- - name: Install dependencies for windows python 3.10
54
- if: ${{ matrix.os == 'windows-latest' }}
55
- run: |
56
- conda run -n test conda info
57
- conda run -n test conda install -c loop3d -c conda-forge python=${{ matrix.python-version }} "gdal=3.4.3" pytest --file dependencies.txt -y
58
+
59
- name: Install dependencies for other environments
60
- if: ${{ matrix.os != 'windows-latest' }}
61
run: |
62
conda run -n test conda info
63
conda run -n test conda install -c loop3d -c conda-forge python=${{ matrix.python-version }} gdal pytest --file dependencies.txt -y
0 commit comments