We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2202f3b commit 5b4461aCopy full SHA for 5b4461a
.github/workflows/commit_checks.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install BSK-RL
73
run: pip install -e '.[all]' && finish_install
74
- name: Run pytest
75
- run: pytest tests/unittest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG --collect-only
+ run: pytest tests/unittest -v -ra --tb=long -o log_cli=true -o log_level=DEBUG
76
77
check-doc-build:
78
name: Test Documentation Build
0 commit comments