From 8c150f141568eab3176d9e5f58508aebfe4b2f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Mon, 21 Dec 2020 23:16:28 +0100 Subject: [PATCH] =?UTF-8?q?Optimizada=20sincronizaci=C3=B3n=20con=20CPytho?= =?UTF-8?q?n=20en=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55d3a879a3..eb8d526b27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,7 @@ jobs: python-version: 3.8 - name: Sincronizar con CPython run: | - git submodule sync - git submodule update --init --force cpython + git submodule update --init --depth=1 cpython - name: Instalar dependencias run: | sudo apt-get update