From 1a59b292f4fb18673d544f689ea11dfe256f0531 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 4 Feb 2022 13:30:51 +0200 Subject: [PATCH] Revert "github: disable pip caching temporarily" This reverts commit 55d6cb47da9d2eb3bd6ebdbc3b93a5b8884d9454. According to changelog setup-python v2.3.2 should include a workaround for the issue. Signed-off-by: Jussi Kukkonen --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e175a312..5cc14fd116 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - # cache: 'pip' - # cache-dependency-path: 'requirements*.txt' + cache: 'pip' + cache-dependency-path: 'requirements*.txt' - name: Install dependencies run: |