mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
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:
parent
756083c293
commit
666983c678
1
.github/workflows/mingw64.yml
vendored
1
.github/workflows/mingw64.yml
vendored
@ -119,6 +119,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Schedule download comment
|
- name: Schedule download comment
|
||||||
uses: ./.github/actions/post_sticky_comment
|
uses: ./.github/actions/post_sticky_comment
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
marker: mingw64
|
marker: mingw64
|
||||||
body: |
|
body: |
|
||||||
|
3
.github/workflows/windows-qt6.yml
vendored
3
.github/workflows/windows-qt6.yml
vendored
@ -50,6 +50,8 @@ jobs:
|
|||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
max-size: 1G
|
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
|
- name: 🌱 Install dependencies and generate project files
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -128,6 +130,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Schedule download comment
|
- name: Schedule download comment
|
||||||
uses: ./.github/actions/post_sticky_comment
|
uses: ./.github/actions/post_sticky_comment
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
marker: mingw64-qt6
|
marker: mingw64-qt6
|
||||||
body: |
|
body: |
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
"registries": [
|
"registries": [
|
||||||
{
|
{
|
||||||
"kind": "git",
|
"kind": "git",
|
||||||
"baseline": "6f244bbbd70800bc478cd19664f57fc96347fb3d",
|
"baseline": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
|
||||||
"reference": "6f244bbbd70800bc478cd19664f57fc96347fb3d",
|
"reference": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
|
||||||
"repository": "https://github.com/open-vcpkg/python-registry",
|
"repository": "https://github.com/open-vcpkg/python-registry",
|
||||||
"packages": [
|
"packages": [
|
||||||
"python3",
|
"python3",
|
||||||
@ -95,6 +95,7 @@
|
|||||||
"py-pip",
|
"py-pip",
|
||||||
"py-pyqt6",
|
"py-pyqt6",
|
||||||
"py-qscintilla",
|
"py-qscintilla",
|
||||||
|
"py-numpy",
|
||||||
"py-pyyaml",
|
"py-pyyaml",
|
||||||
"py-psycopg2",
|
"py-psycopg2",
|
||||||
"py-qgis-requirements",
|
"py-qgis-requirements",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user