Skip to content
Snippets Groups Projects

[CI] Regression and maintenance

Merged Tobias Meisel requested to merge ci_pipeline into main
Compare and
14 files
+ 1006
423
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 1
1
@@ -5,7 +5,7 @@ Create a virtual environment, activate it and install required packages:
```bash
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev,test,docs]"
pip install -e ".[pinned,dev,test,docs]"
# enable basic style checks once
pre-commit install
Loading