From: Matthieu Gallien Date: Tue, 15 Nov 2022 14:15:14 +0000 (+0100) Subject: no need to install python that is already installed X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~133^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=23b8da319fe3265ff2beeccc61048856d12d9f90;p=nextcloud-desktop.git no need to install python that is already installed Signed-off-by: Matthieu Gallien --- diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml index 8ae1085ad..a2f8b42c0 100644 --- a/.github/workflows/windows-build-and-test.yml +++ b/.github/workflows/windows-build-and-test.yml @@ -1,4 +1,4 @@ -name: Build and Test +name: Windows Build and Test on: push: branches: diff --git a/craftmaster.ini b/craftmaster.ini index 8693cf8a9..0c6616bb5 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -45,6 +45,8 @@ Packager/CacheDir = ${Variables:Root}\cache [BlueprintSettings] # don't try to pip install on the ci python-modules.ignored = True +dev-utils/python2.ignored = True +dev-utils/python3.ignored = True nextcloud-client.buildTests = True binary/mysql.useMariaDB = False