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 0f2705c commit 3364f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
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 && \
sudo chmod a+r /etc/apt/trusted.gpg.d/qgis-archive.gpg && \
sudo add-apt-repository "deb https://qgis.org/ubuntu-nightly $(lsb_release -cs) main" && \
sudo add-apt-repository "deb https://qgis.org/ubuntu-nightly $(lsb_release -cs) main" && \
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 && \
Expand Down

0 comments on commit 3364f0d

Please sign in to comment.