Skip to content

Commit 7c0b549

Browse files
authored
Merge pull request #3467 from reubenmiller/ci-ignore-python-cache
ci: remove python cache
2 parents 2d368ad + 364d822 commit 7c0b549

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ jobs:
290290
- uses: actions/setup-python@v5
291291
with:
292292
python-version: '3.11'
293-
cache: 'pip'
294293

295294
- name: Download release artifacts
296295
uses: actions/download-artifact@v4
@@ -402,7 +401,6 @@ jobs:
402401
- uses: actions/setup-python@v5
403402
with:
404403
python-version: '3.11'
405-
cache: 'pip'
406404
# Install nfpm used to for linux packaging
407405
- uses: actions/setup-go@v5
408406
with:

.github/workflows/cloudsmith-cleanup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.x'
20-
cache: 'pip'
2120
- name: Delete old packages
2221
run: |
2322
./ci/admin/cloudsmith_admin.sh cleanup

0 commit comments

Comments
 (0)