Skip to content

Commit e9c7662

Browse files
committed
fix
1 parent 44922e9 commit e9c7662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dca_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python -m pytest -sv --cov=./ tests
3535
- name: Build docs
3636
run: |
37-
python -m sphinx-build -W -b html docs/source docs/build
37+
sphinx-build -W -b html docs/source docs/build
3838
- name: Codecov
3939
run: |
4040
python -m codecov

0 commit comments

Comments
 (0)