Skip to content

Commit 30a83d3

Browse files
committed
CI: Do not cache packages twice, per pip and uv. Just cache with uv.
1 parent 56ff6ca commit 30a83d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
48-
architecture: x64
49-
cache: 'pip'
50-
cache-dependency-path: 'setup.py'
5148

5249
- name: Set up uv
5350
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)