Compare commits

..

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

View file

@ -14,13 +14,13 @@ jobs:
- name: Install git-annex - name: Install git-annex
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y git-annex sudo apt-get install -y git-annex
- name: Check out the repository - name: Check out the repository
uses: https://github.com/RouxAntoine/checkout@v4.1.8 uses: https://github.com/RouxAntoine/checkout@v4.1.8
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