We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cfe4e commit 376552eCopy full SHA for 376552e
.github/workflows/pipeline.yml
@@ -71,6 +71,6 @@ jobs:
71
72
- name: Test with pytest
73
run: |
74
- conda run pip install .[testing]
+ conda run pip install . --group testing
75
conda install -c conda-forge cadet>=5.0.3
76
pytest tests --rootdir=tests -m "not slow and not local"
pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
32
"filelock",
33
]
34
35
-[project.optional-dependencies]
+[depency-groups]
36
testing = [
37
"pytest",
38
"joblib"
0 commit comments