Skip to content

Commit

Permalink
Update .github/workflows/python-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <[email protected]>
  • Loading branch information
iamtekson and Zeitsperre authored Jun 2, 2024
1 parent eb762ff commit dbfc87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
sudo apt-add-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
pip install GDAL==`gdal-config --version`
python -m pip install --upgrade pip
pip install -r requirements_dev.txt
python -m pip install GDAL==`gdal-config --version`
python -m pip install -r requirements_dev.txt
- name: Set up docker-compose
run: |
Expand Down

0 comments on commit dbfc87f

Please sign in to comment.