diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index bc90fe642..a5161673d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -75,7 +75,7 @@ jobs: python-version: ${{ matrix.python-version }} if: ${{ runner.os == 'Windows' }} - name: Install conda dependencies - run: conda install -c conda-forge h5py 'rasterio>=1.0' + run: conda install -c conda-forge h5py 'rasterio>=1.2' if: ${{ runner.os == 'Windows' }} - name: Install pip dependencies run: |