File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- pip install .
30- pip install -r requirements-dev.txt
29+ pip install .[dev]
3130
3231 - name : Run tests and collect coverage
3332 run : |
Original file line number Diff line number Diff line change 77tasks :
88 - init : |
99 python -m pip install --upgrade pip
10- pip install .
11- pip install -r requirements-dev.txt
10+ pip install .[dev]
Original file line number Diff line number Diff line change @@ -44,8 +44,12 @@ clang-tidy-hook = "cpp_linter_hooks.clang_tidy:main"
4444source = " https://github.com/cpp-linter/cpp-linter-hooks"
4545tracker = " https://github.com/cpp-linter/cpp-linter-hooks/issues"
4646
47- # ... other project metadata fields as specified in:
48- # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
47+ [project .optional-dependencies ]
48+ dev = [
49+ " coverage" ,
50+ " pre-commit" ,
51+ " pytest" ,
52+ ]
4953
5054[tool .setuptools ]
5155zip-safe = false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments