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 0a5f58f commit 6545a3aCopy full SHA for 6545a3a
.github/workflows/quick-pytest.yml
@@ -35,8 +35,8 @@ jobs:
35
pip install black
36
pip install ruff
37
black --check -S -l 100 pori_python tests
38
- ruff format --check pori_python tests
39
ruff format --diff pori_python tests
+ 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
42
env:
0 commit comments