Skip to content

Commit

Permalink
github workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Jan 13, 2024
1 parent 5d7a7e4 commit be3f244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version-file: ".python-version"
cache: "pip"
- name: Install dependencies
run: |
sudo apt install -y libgeos-dev
Expand All @@ -26,4 +27,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
python -m pytest tests
python -m pytest

0 comments on commit be3f244

Please sign in to comment.