From 94e20069f807bde5daaf3e37d1f8b7457127f4d6 Mon Sep 17 00:00:00 2001 From: Gabriel Piassetta Date: Fri, 28 Jul 2023 15:40:15 -0300 Subject: [PATCH] feat: add pip cache --- .github/workflows/_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_build.yaml b/.github/workflows/_build.yaml index 4764e1c3..06d66af7 100644 --- a/.github/workflows/_build.yaml +++ b/.github/workflows/_build.yaml @@ -67,6 +67,7 @@ jobs: uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: ${{ matrix.python }} + cache: pip # Using the Makefile assumes an activated virtual environment, which doesn't exist # when running in an Action environment (https://github.com/actions/setup-python/issues/359).