We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44922e9 commit e9c7662Copy full SHA for e9c7662
1 file changed
.github/workflows/dca_tests.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m pytest -sv --cov=./ tests
35
- name: Build docs
36
run: |
37
- python -m sphinx-build -W -b html docs/source docs/build
+ sphinx-build -W -b html docs/source docs/build
38
- name: Codecov
39
40
python -m codecov
0 commit comments