Skip to content

Commit eeb1f1c

Browse files
committedMar 23, 2024
added installation of repository in documentation.yml
needed to build run_scripts documentation
1 parent 79587a0 commit eeb1f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
pip install -r requirements.txt
2222
pip install sphinx furo sphinx-changelog sphinx-math-dollar
23+
pip install .
2324
- name: Sphinx build
2425
run: |
2526
sphinx-build docs/source _build

0 commit comments

Comments
 (0)