Skip to content

Commit

Permalink
Fix windows build error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 9, 2023
1 parent 4e9673e commit f6cb8db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
gdalinfo --version
- name: Install dependencies
run: |
pip install --upgrade setuptools
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .

0 comments on commit f6cb8db

Please sign in to comment.