File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments