Skip to content
Snippets Groups Projects
Commit a7099294 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

fix ci

parent f9d97d7f
No related branches found
No related tags found
1 merge request!70Convert to a package
Pipeline #371890 failed
...@@ -80,10 +80,10 @@ style: ...@@ -80,10 +80,10 @@ style:
- pydocstyle --version - pydocstyle --version
- ruff . - ruff .
- black --check --diff . - black --check --diff .
- pydocstyle mpsd-software.py - pydocstyle src/mpsd_software_manager/mpsd-software.py
- pydocstyle test_mpsd-software.py - pydocstyle tests/test_mpsd-software.py
# we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same. # we could also use `ruff --select D` for pycodestyle. But the behaviour is not exactly the same.
- ./mpsd-software.py --version - src/mpsd_software_manager/mpsd-software.py --version
test-bullseye: test-bullseye:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment