Skip to content

Commit

Permalink
[tests] Bump to QGIS 3.34.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Jan 15, 2025
1 parent 1c8d142 commit ca7d697
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && \
&& rm -rf /var/lib/apt/lists/*

COPY ./requirements.txt /tmp/
RUN pip3 install -r /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt --break-system-packages

COPY ./ /usr/src/

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ on:
jobs:
# Run unit tests
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
qgis_version: [final-3_28_13] # We could eventually add more, e.g., latest
qgis_version: [latest] # We could eventually add more, e.g., latest
env:
QGIS_TEST_VERSION: ${{ matrix.qgis_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion run-docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e

pushd /usr/src/
xvfb-run nose2-3
xvfb-run python3 -m nose2
popd

0 comments on commit ca7d697

Please sign in to comment.