File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
- name : Install
44
44
run : |
45
45
python -m pip install --upgrade pip
46
- pip install -e ./[ testing]
46
+ pip install -e . --group testing
47
47
48
48
- name : Test
49
49
if : always()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ homepage = "https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/CADET-Python-Simulato
36
36
"Bug Tracker" = " https://jugit.fz-juelich.de/IBG-1/ModSim/cadet/CADET-Python-Simulator/Issues"
37
37
38
38
39
- [project . optional-dependencies ]
39
+ [dependency-groups ]
40
40
testing = [
41
41
" setuptools" ,
42
42
" pytest" ,
@@ -56,8 +56,8 @@ docs = [
56
56
" myst-nb>=0.17.1" ,
57
57
]
58
58
dev = [
59
- " CADET-Python-Simulator. testing" ,
60
- " CADET-Python-Simulator. docs" ,
59
+ { include-group = " testing" } ,
60
+ { include-group = " docs" } ,
61
61
" ruff" ,
62
62
]
63
63
You can’t perform that action at this time.
0 commit comments