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:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup PDM
|
- name: Install the latest version of uv
|
||||||
uses: pdm-project/setup-pdm@v4
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
cache: true
|
enable-cache: "auto"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pdm install -d
|
run: pdm install -d
|
||||||
|
|||||||
Reference in New Issue
Block a user