Skip to content

Commit

Permalink
asfd
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch authored Jul 7, 2024
1 parent 77b430b commit 8d94e89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- 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 8d94e89

Please sign in to comment.