mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 01:06:21 +00:00
💚 Use uv not pdm
This commit is contained in:
6
.github/workflows/quality.yaml
vendored
6
.github/workflows/quality.yaml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Setup PDM
|
||||
uses: pdm-project/setup-pdm@v4
|
||||
- name: Install the latest version of uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
with:
|
||||
cache: true
|
||||
enable-cache: "auto"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pdm install -d
|
||||
|
||||
Reference in New Issue
Block a user