Skip to content

Commit 6e0721f

Browse files
authored
Fix CI by disabling setup-python pip cache
1 parent 1a31569 commit 6e0721f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
3030
with:
3131
python-version: '3.x'
32-
cache: 'pip'
3332
-
3433
name: Install Python packages
3534
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)