We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6963ca commit 03c29daCopy full SHA for 03c29da
.github/workflows/full_test.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: ${{ matrix.python-version }}
28
29
- name: Install dependencies
30
- run: uv sync --group test
+ run: uv sync --group test --no-dev
31
32
- name: Lint
33
run: make lint
pyproject.toml
@@ -53,7 +53,7 @@ classifiers = [
53
"Topic :: Scientific/Engineering",
54
]
55
56
-[project.optional-dependencies]
+[dependency-groups]
57
dev = [
58
"pytest",
59
"quarto-cli",
0 commit comments