Skip to content

Commit c0d5dde

Browse files
committed
remove gdal version pin
1 parent 1587afa commit c0d5dde

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/linting_and_testing.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,8 @@ jobs:
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
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-
51+
5952
- name: Install dependencies for other environments
60-
if: ${{ matrix.os != 'windows-latest' }}
6153
run: |
6254
conda run -n test conda info
6355
conda run -n test conda install -c loop3d -c conda-forge python=${{ matrix.python-version }} gdal pytest --file dependencies.txt -y

0 commit comments

Comments
 (0)