From 4b5b38bbf814b02a50455ddd50a40b082a5c491e Mon Sep 17 00:00:00 2001 From: rtobar Date: Sat, 8 Apr 2023 14:48:10 +0800 Subject: [PATCH] Usar cache para dependencias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La acción que instala python en GutHub Actions puede crear un caché con las dependencias instaladas durante una corrida. Usar este cache debería hacer que nuestros tests en CI corran más rápido. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d34773d368..e6f7012093 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.11" + cache: "pip" - name: Sincronizar con CPython run: | git submodule update --init --depth=1 cpython pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy