Skip to content

Commit 28fbf47

Browse files
committed
remove cache pip
1 parent 98c7166 commit 28fbf47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/staging-lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.10"
19-
cache: pip
2019

2120
- name: Install ruff
2221
run: pip install ruff
@@ -36,7 +35,6 @@ jobs:
3635
- uses: actions/setup-python@v5
3736
with:
3837
python-version: "3.10"
39-
cache: pip
4038

4139
- name: Byte-compile source tree
4240
run: python -m compileall -q app agent_core agents decorators skills

0 commit comments

Comments
 (0)