Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a venv to fix build of QGIS master #11634

Merged
merged 8 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/qgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
matrix:
version:
- '3.34'
# Used as default version
- 3.34-gdal3.8
- ltr
- lr
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
if: failure()
- uses: actions/upload-artifact@v4
with:
name: Update dpkg versions list.patch
name: Update QGIS ${{ matrix.version }} dpkg versions list.patch
path: /tmp/dpkg-versions.patch
retention-days: 1
if: failure()
Loading
Loading