Skip to content

Commit

Permalink
Update automated-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-geo6 authored Dec 20, 2023
1 parent 8a4ad25 commit 779adaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
pip install gdal==3.6.2
pip install gdal==3.6.2
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install flake8 pytest pip-system-certs
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
- name: Lint with flake8
Expand All @@ -48,4 +48,4 @@ jobs:
flake8 . --count --ignore=E501 --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
make test
make test

0 comments on commit 779adaa

Please sign in to comment.