Skip to content

Commit

Permalink
updated windows yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoo1 committed Sep 24, 2023
1 parent 42d6b50 commit 3a45081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version}}
- name: Install GDAL
run: |
run: conda install -c conda-forge gdal --yes
conda install -c conda-forge gdal --yes
- name: Test GDAL installation
run: |
python -c "from osgeo import gdal"
Expand Down

0 comments on commit 3a45081

Please sign in to comment.