Skip to content

Commit 6bd205e

Browse files
committed
Remove cache in ci
1 parent 992c189 commit 6bd205e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: "3.9"
22-
cache: "pip"
2322

2423
- name: Install tools
2524
run: |
@@ -44,7 +43,6 @@ jobs:
4443
uses: actions/setup-python@v5
4544
with:
4645
python-version: "3.9"
47-
cache: "pip"
4846

4947
- name: Install tools
5048
run: |

0 commit comments

Comments
 (0)