Skip to content

Commit d6141b0

Browse files
committed
Remove pip cache configuration
1 parent 0389572 commit d6141b0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
cache: 'pip'
2625
- name: Install uv
2726
uses: astral-sh/setup-uv@v6
2827
with:
@@ -44,11 +43,3 @@ jobs:
4443
with:
4544
paths: "junit/*.xml"
4645
if: always()
47-
# - uses: actions/upload-artifact@v4
48-
# with:
49-
# name: dist
50-
# path: dist
51-
# - uses: actions/upload-artifact@v4
52-
# with:
53-
# name: output
54-
# path: output

0 commit comments

Comments
 (0)