Skip to content

Commit c5d408d

Browse files
author
Arturo R Montesinos
committed
ci: remove setup-python pip cache to avoid dependency-file detection error in single-file project
1 parent 4847c87 commit c5d408d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
cache: "pip"
2625

2726
- name: Install test deps
2827
run: |

0 commit comments

Comments
 (0)