Skip to content

Commit 8bde365

Browse files
author
Arturo R Montesinos
committed
ci: disable setup-python pip caching to avoid dependency-file scan for requirements.txt/pyproject.toml
1 parent c0a7c6d commit 8bde365

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
cache: pip
26-
cache-dependency-path: requirements-dev.txt
2725

2826
- name: Install test deps
2927
run: |

0 commit comments

Comments
 (0)