浏览代码

no need to install python that is already installed

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 3 年之前
父节点
当前提交
23b8da319f
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 1 1
      .github/workflows/windows-build-and-test.yml
  2. 2 0
      craftmaster.ini

+ 1 - 1
.github/workflows/windows-build-and-test.yml

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

+ 2 - 0
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