Skip to content

Commit ff8f81d

Browse files
authored
Remove pip caching from Python setup
Removed pip caching from Python setup in GitHub Actions.
1 parent 36e9201 commit ff8f81d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/calendar-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.11'
24-
cache: 'pip'
2524

2625
- name: Install Python dependencies
2726
run: |

0 commit comments

Comments
 (0)