There was an error while loading. Please reload this page.
1 parent 846d4f6 commit 6de8e20Copy full SHA for 6de8e20
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
- name: Run test LTR
28
run: |
29
- docker run -v ${GITHUB_WORKSPACE}:/src -w /src qgis/qgis:ltr-trixie sh -c 'apt-get -y update && apt-get -y install xvfb && export ORS_API_KEY=${{ secrets.ORS_API_KEY }} && export DISPLAY=:0.0 && pip install -U pytest && xvfb-run -a pytest'
+ docker run -v ${GITHUB_WORKSPACE}:/src -w /src qgis/qgis:ltr-trixie sh -c 'apt-get -y update && apt-get -y install xvfb && export ORS_API_KEY=${{ secrets.ORS_API_KEY }} && export DISPLAY=:0.0 && apt install python3-pytest && xvfb-run -a pytest'
30
env:
31
DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }}
32
test_4_0:
0 commit comments