Fix rasterio/proj missing db issues

This commit is contained in:
Adam J. Stewart 2021-07-29 14:30:58 -05:00
Родитель 7c3da1b729
Коммит 4f2c502b00
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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: |