Skip to content

Commit e2e92c4

Browse files
aeiwzclaude
andcommitted
fix(ci): remove pip cache that requires pyproject.toml or requirements.txt
actions/setup-python cache: pip fails when neither file exists (project uses setup.py only), causing the test-gate to error before any tests run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f3e21ad commit e2e92c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
48-
cache: pip
4948

5049
- name: Install build tools + dev dependencies
5150
run: |

0 commit comments

Comments
 (0)