Skip to content

Commit a42f9af

Browse files
committed
fix: Remove caching for pip in Python setup step
1 parent ae27133 commit a42f9af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python-version }}
33-
cache: pip
3433

3534
- name: Run tests with coverage
3635
working-directory: backend

0 commit comments

Comments
 (0)