Skip to content

Commit

Permalink
Fix installing python packages on latest qgis image
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcampbell committed Aug 12, 2024
1 parent f656023 commit 9f25da4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG QGIS_TEST_VERSION=latest
FROM qgis/qgis:${QGIS_TEST_VERSION}

ENV PIP_BREAK_SYSTEM_PACKAGES 1

RUN apt-get update && \
apt-get install -y python3-pip
COPY ./requirements.txt /tmp/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

strategy:
matrix:
qgis_version: [release-3_28, latest]
qgis_version: [release-3_34, latest]
fail-fast: false

env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
KART_VERSION: "0.15.0"
KART_VERSION: "0.15.2"

steps:
- name: Checkout
Expand Down

0 comments on commit 9f25da4

Please sign in to comment.