Skip to content

Commit 13da494

Browse files
committed
remove unnecessary dependencies, doc from tests workflow
1 parent e142541 commit 13da494

File tree

3 files changed

+3
-658
lines changed

3 files changed

+3
-658
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ jobs:
2525
run: pip install -e ".[dev]"
2626
- name: Test code's execution (pytest)
2727
run: pytest -v tests
28-
- name: Test docs' building (Sphinx)
29-
run: python -m sphinx -b html docs docs/_build

0 commit comments

Comments
 (0)