Skip to content

Commit 98e7656

Browse files
committed
standardise gdal 3.4.3 for all windows environments
1 parent a03d78c commit 98e7656

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting_and_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151

5252

5353
- name: Install dependencies for windows python 3.10
54-
if: ${{ matrix.os == 'windows-latest' && matrix.python-version == '3.10' }}
54+
if: ${{ matrix.os == 'windows-latest' }}
5555
run: |
5656
conda run -n test conda info
5757
conda run -n test conda install -c loop3d -c conda-forge "gdal=3.4.3" python=${{ matrix.python-version }} -y
5858
conda run -n test conda install -c loop3d -c conda-forge --file dependencies.txt python=${{ matrix.python-version }} -y
5959
conda run -n test conda install pytest python=${{ matrix.python-version }} -y
6060
6161
- name: Install dependencies for other environments
62-
if: ${{ matrix.os != 'windows-latest' || matrix.python-version != '3.10' }}
62+
if: ${{ matrix.os != 'windows-latest' }}
6363
run: |
6464
conda run -n test conda info
6565
conda run -n test conda install -c loop3d -c conda-forge gdal python=${{ matrix.python-version }} -y

0 commit comments

Comments
 (0)