Compare commits

..

No commits in common. "fix/uv-setup" and "develop" have entirely different histories.

View file

@ -20,7 +20,7 @@ jobs:
with: with:
show-progress: true show-progress: true
- name: Install uv - name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6.8.0 uses: astral-sh/setup-uv@v7
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
enable-cache: true enable-cache: true