We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2622d61 commit 8aaf784Copy full SHA for 8aaf784
.github/workflows/quick-pytest.yml
@@ -35,6 +35,7 @@ jobs:
35
pip install black
36
pip install ruff
37
black --check -S -l 100 pori_python tests
38
+ ruff config
39
ruff format --check pori_python tests
40
- name: Short Tests with pytest
41
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov ipr --cov-report term --cov-report xml
0 commit comments