Don't use cache

This commit is contained in:
zevaryx 2025-03-01 20:19:19 -07:00
parent 59894780de
commit 34d3a3d8b1

View file

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install the project
run: uv sync --all-extras --dev