Skip to content

Commit b515a04

Browse files
committed
pip install . is still needed as tests and run_scripts import from pyBELLA
1 parent c4b5fee commit b515a04

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
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
pip install -r dev-requirements.txt
22+
pip install .
2223
- name: Sphinx build
2324
run: |
2425
sphinx-build docs/source _build

0 commit comments

Comments
 (0)