Skip to content

Commit 6bcf27d

Browse files
committed
🔥 Remove cache option
1 parent dc4935b commit 6bcf27d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ runs:
3131
- name: Setup Python
3232
uses: actions/setup-python@v5
3333
with:
34-
cache: 'pip'
3534
python-version-file: '${{ github.action_path }}/.python-version'
36-
cache-dependency-path: '${{ github.action_path }}/requirements.txt'
3735

3836
- name: Install python dependencies
3937
shell: bash

0 commit comments

Comments
 (0)