mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 01:06:21 +00:00
💚 Replace pdm install with uv sync in CI configuration (#1)
This commit is contained in:
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
enable-cache: "auto"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pdm install -d
|
||||
run: uv sync
|
||||
|
||||
- name: ${{ matrix.name }}
|
||||
run: ${{ matrix.command }}
|
||||
|
||||
Reference in New Issue
Block a user