Skip to content

Commit 70ebdd2

Browse files
committed
change: update workflow
1 parent 2688352 commit 70ebdd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
with:
1111
python-version: "3.9"
1212
- run: pip install --upgrade pip
13-
- run: pip install .
14-
- run: pip install .[dev]
13+
- run: pip install .[dev,filters]
1514
- run: mypy DPF/
1615
- run: ruff check DPF/ scripts/ tests/ --config pyproject.toml
1716
- run: isort --check DPF/ tests/ scripts/

0 commit comments

Comments
 (0)