Skip to content

Commit 03c29da

Browse files
committed
Fix group syntax according to uv
1 parent d6963ca commit 03c29da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828

2929
- name: Install dependencies
30-
run: uv sync --group test
30+
run: uv sync --group test --no-dev
3131

3232
- name: Lint
3333
run: make lint

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ classifiers = [
5353
"Topic :: Scientific/Engineering",
5454
]
5555

56-
[project.optional-dependencies]
56+
[dependency-groups]
5757
dev = [
5858
"pytest",
5959
"quarto-cli",

0 commit comments

Comments
 (0)