Update python deps, add numpy (#59010)

* Update python deps, add numpy

* Fix master build failures

* One ccache per target branch
This commit is contained in:
Matthias Kuhn 2024-10-09 10:54:17 +02:00 committed by GitHub
parent 756083c293
commit 666983c678
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -119,6 +119,7 @@ jobs:
- name: Schedule download comment
uses: ./.github/actions/post_sticky_comment
if: github.event_name == 'pull_request'
with:
marker: mingw64
body: |

View File

@ -50,6 +50,8 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2
with:
max-size: 1G
key: build-ccache-win64-qt6-${{ github.event.pull_request.base.ref || github.ref_name }}
save: ${{ github.event_name == 'push' }}
- name: 🌱 Install dependencies and generate project files
shell: bash
@ -128,6 +130,7 @@ jobs:
- name: Schedule download comment
uses: ./.github/actions/post_sticky_comment
if: github.event_name == 'pull_request'
with:
marker: mingw64-qt6
body: |

View File

@ -9,8 +9,8 @@
"registries": [
{
"kind": "git",
"baseline": "6f244bbbd70800bc478cd19664f57fc96347fb3d",
"reference": "6f244bbbd70800bc478cd19664f57fc96347fb3d",
"baseline": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
"reference": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
"repository": "https://github.com/open-vcpkg/python-registry",
"packages": [
"python3",
@ -95,6 +95,7 @@
"py-pip",
"py-pyqt6",
"py-qscintilla",
"py-numpy",
"py-pyyaml",
"py-psycopg2",
"py-qgis-requirements",