diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 34e04916a..41ce3dde9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,8 +59,8 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "${{ matrix.python-version }}" - #cache: pip - #cache-dependency-path: 'requirements/*.pip' + cache: pip + cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: | @@ -96,8 +96,8 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "3.8" - #cache: pip - #cache-dependency-path: 'requirements/*.pip' + cache: pip + cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: | diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index df7a41314..c9665de2a 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -55,8 +55,9 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "${{ matrix.python-version }}" - #cache: pip - #cache-dependency-path: 'requirements/*.pip' + # Can we start using the pip cache again? + cache: pip + cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: |