CI: Remove pip caching. Has woes.

This commit is contained in:
Andreas Motl
2025-02-03 00:30:17 +01:00
committed by Andreas Motl
parent a3a12cff77
commit 944d47da45
-4
View File
@@ -31,10 +31,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
cache: 'pip'
cache-dependency-path: |
pyproject.toml
- name: Set up uv
uses: astral-sh/setup-uv@v5