Skip to content

Commit cfd9800

Browse files
committed
fix: remove pip cache
no longer needed because of uv
1 parent 742dd35 commit cfd9800

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.13.2'
28-
cache: pip
2928
cache-dependency-path: 'requirements-dev.txt'
3029

3130
- name: Install uv
@@ -58,7 +57,6 @@ jobs:
5857
uses: actions/setup-python@v5
5958
with:
6059
python-version: '3.13.2'
61-
cache: pip
6260
cache-dependency-path: |
6361
'requirements.txt'
6462
'requirements-dev.txt'

0 commit comments

Comments
 (0)