Skip to content

Commit

Permalink
ci(tests): use use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Dec 18, 2023
1 parent 0af4c7e commit 8da8154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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.4.3 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install GDAL==3.4.3 poetry
poetry install
- name: Test with pytest
run: |
pytest
poetry run pytest -v

0 comments on commit 8da8154

Please sign in to comment.