Skip to content

Commit

Permalink
Update windows
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 20, 2024
1 parent 6f1494d commit 842e9d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
auto-activate-base: true
python-version: "3.12"
- name: Install GDAL
run: conda install -c conda-forge gdal=3.4.0 fiona rasterio --yes
run: |
conda install -c conda-forge gdal --yes
- name: Test GDAL installation
run: |
python -c "from osgeo import gdal"
gdalinfo --version
- name: Install dependencies
run: |
pip install --upgrade setuptools
python -m pip install --upgrade pip
pip install --no-cache-dir Cython
pip install -r requirements.txt
Expand Down

0 comments on commit 842e9d3

Please sign in to comment.