There was an error while loading. Please reload this page.
1 parent 2688352 commit 70ebdd2Copy full SHA for 70ebdd2
.github/workflows/code-quality.yml
@@ -10,8 +10,7 @@ jobs:
10
with:
11
python-version: "3.9"
12
- run: pip install --upgrade pip
13
- - run: pip install .
14
- - run: pip install .[dev]
+ - run: pip install .[dev,filters]
15
- run: mypy DPF/
16
- run: ruff check DPF/ scripts/ tests/ --config pyproject.toml
17
- run: isort --check DPF/ tests/ scripts/
0 commit comments