no need to install python that is already installed

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2022-11-15 15:15:14 +01:00
parent 86e06a2ae2
commit 23b8da319f
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Build and Test
name: Windows Build and Test
on:
push:
branches:

View File

@ -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