Skip to content

Commit 5268c98

Browse files
authored
Remove pip caching from workflows (#98)
1 parent 9dee54d commit 5268c98

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
26-
cache: ${{ matrix.python-version != '3.13' && 'pip' || '' }}
27-
cache-dependency-path: |
28-
requirements.txt
29-
requirements-dev.txt
3026

3127
- name: Install uv
3228
uses: astral-sh/setup-uv@v6

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.11'
29-
cache: 'pip'
30-
cache-dependency-path: |
31-
requirements.txt
32-
requirements-dev.txt
3329

3430
- name: Install uv
3531
uses: astral-sh/setup-uv@v6

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.11'
22-
cache: 'pip'
2322

2423
- name: Install uv
2524
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)