Skip to content

Commit e534da3

Browse files
Fix GitHub Actions workflow - remove pip cache (no requirements file)
1 parent eb48647 commit e534da3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
35-
cache: 'pip'
3635

3736
- name: Install dependencies
3837
run: |

0 commit comments

Comments
 (0)