💚 Replace pdm install with uv sync in CI configuration (#1)

This commit is contained in:
2025-12-08 22:58:09 +01:00
committed by GitHub
parent cadb75aca2
commit b653aa24e9

View File

@@ -33,7 +33,7 @@ jobs:
enable-cache: "auto" enable-cache: "auto"
- name: Install dependencies - name: Install dependencies
run: pdm install -d run: uv sync
- name: ${{ matrix.name }} - name: ${{ matrix.name }}
run: ${{ matrix.command }} run: ${{ matrix.command }}