Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 7, 2024
1 parent c78835d commit 422b59f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
python-version: '3.12'
- run: sudo apt update && sudo apt install python3-poetry python3-pytest
- run: poetry install
- run: pytest -sv tests/test_api_storage_filesystem.py
- run: |
pip install pytest
pytest -sv tests/test_api_storage_filesystem.py
- run: |
sudo apt update && sudo apt install -y gnupg wget software-properties-common && \
sudo wget -qO - https://qgis.org/downloads/qgis-2022.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import && \
Expand Down

0 comments on commit 422b59f

Please sign in to comment.