Skip to content

Commit

Permalink
Remove pip cache for setup-python (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze authored Feb 13, 2025
1 parent 59dfab8 commit 80a240a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
cache: 'pip'
allow-prereleases: true
- name: Install hatch
run: python -Im pip install hatch
Expand Down

0 comments on commit 80a240a

Please sign in to comment.