Skip to content

Commit 19d2544

Browse files
[chore] rename dev-dependencies field to dependency-groups
1 parent 8e0bfa4 commit 19d2544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Create venv
4242
run: uv v -p ${{ matrix.python-version }} || pdm venv create --force
4343
- name: Install dependencies
44-
run: pdm export --pyproject | uv pip install -r - .[playground]
44+
run: uv sync --all-extras
4545
- name: Run tests
4646
run: |
4747
pdm test

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "pdm.backend"
2525
[tool.pdm.build]
2626
excludes = ["tests"]
2727

28-
[tool.pdm.dev-dependencies]
28+
[dependency-groups]
2929
dev = ["hypothesis", "tqdm", "pytest"]
3030

3131
[tool.pdm.scripts]

0 commit comments

Comments
 (0)