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 8d94e89 commit 4d826d0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ jobs:
sudo add-apt-repository "deb https://qgis.org/ubuntu $(lsb_release -cs) main" && \
sudo add-apt-repository "deb https://qgis.org/ubuntu $(lsb_release -cs) main" && \
sudo apt update && \
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y python3-pip qgis python3-qgis python3-qgis-common python3-venv \
python3-pytest python3-mock xvfb qttools5-dev-tools && \
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qgis python3-qgis python3-qgis-common python3-venv \
ython3-mock xvfb qttools5-dev-tools && \
sudo apt-get clean
- run: sudo apt update && sudo apt install -y python3-poetry python3-flask python3-boto3
- run: sudo apt update && sudo apt install -y python3-flask python3-boto3
- run: poetry install
- run: |
python -m pip install --upgrade pip
pip install pytest
pytest -sv tests/test_api_storage_filesystem.py
- run: pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit 4d826d0

Please sign in to comment.