Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LKajan committed Nov 17, 2023
1 parent 0bc049b commit 045a81b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,22 @@ jobs:
strategy:
matrix:
# Remove unsupported versions and add more versions. Use LTR version in the cov_tests job
docker_tags: [release-3_10, release-3_16, latest]
docker_tags: [release-3_28, latest]
fail-fast: false

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-python@v4
with:
cache: pip
- run: pip install pip-tools
- run: pip-compile requirements-dev.in

- name: Pull qgis
run: docker pull qgis/qgis:${{ matrix.docker_tags }}

Expand Down Expand Up @@ -64,8 +70,8 @@ jobs:
run: |
$env:PATH="C:\Program Files\QGIS 3.16\bin;$env:PATH"
$env:QGIS_PLUGIN_IN_CI=1
python-qgis-ltr.bat -m pip install -qr requirements-dev.txt
python-qgis-ltr.bat -m pytest -v
python-qgis.bat -m pip install -qr requirements-dev.txt
python-qgis.bat -m pytest -v
pre-release:
name: "Pre Release"
Expand Down

0 comments on commit 045a81b

Please sign in to comment.