Skip to content

Commit 376552e

Browse files
committed
Add dependency group
1 parent f0cfe4e commit 376552e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
7272
- name: Test with pytest
7373
run: |
74-
conda run pip install .[testing]
74+
conda run pip install . --group testing
7575
conda install -c conda-forge cadet>=5.0.3
7676
pytest tests --rootdir=tests -m "not slow and not local"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"filelock",
3333
]
3434

35-
[project.optional-dependencies]
35+
[depency-groups]
3636
testing = [
3737
"pytest",
3838
"joblib"

0 commit comments

Comments
 (0)