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 afff10e commit c78835d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: actions/setup-python@v5
with:
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: |
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 All @@ -29,9 +32,6 @@ jobs:
sudo add-apt-repository "deb https://qgis.org/ubuntu $(lsb_release -cs) main" && \
sudo apt update && \
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y qgis python3-qgis python3-qgis-common python3-venv \
python3-mock xvfb qttools5-dev-tools && \
python3-mock xvfb qttools5-dev-tools python3-flask python3-boto3 python3-poetry && \
sudo apt-get clean
- run: sudo apt update && sudo apt install -y python3-flask python3-boto3
- run: poetry install
- run: pytest -sv tests/test_api_storage_filesystem.py

0 comments on commit c78835d

Please sign in to comment.