Skip to content

Commit 1a59b29

Browse files
author
Jussi Kukkonen
committed
Revert "github: disable pip caching temporarily"
This reverts commit 55d6cb4. According to changelog setup-python v2.3.2 should include a workaround for the issue. Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 31fd8d4 commit 1a59b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
uses: actions/setup-python@v2
4848
with:
4949
python-version: ${{ matrix.python-version }}
50-
# cache: 'pip'
51-
# cache-dependency-path: 'requirements*.txt'
50+
cache: 'pip'
51+
cache-dependency-path: 'requirements*.txt'
5252

5353
- name: Install dependencies
5454
run: |

0 commit comments

Comments
 (0)