Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
1c8324e
1
Parent(s):
ff081b3
Include self install in docs building
Browse files
.github/workflows/docs.yml
CHANGED
@@ -27,6 +27,8 @@ jobs:
|
|
27 |
python-version: 3.9
|
28 |
- name: "Install packages for docs building"
|
29 |
run: pip install mkdocs-material mkdocs-autorefs 'mkdocstrings[python]'
|
|
|
|
|
30 |
- name: "Build API docs"
|
31 |
run: cd docs && ./gen_docs.sh
|
32 |
- name: "Deploy documentation"
|
|
|
27 |
python-version: 3.9
|
28 |
- name: "Install packages for docs building"
|
29 |
run: pip install mkdocs-material mkdocs-autorefs 'mkdocstrings[python]'
|
30 |
+
- name: "Install PySR"
|
31 |
+
run: pip install -e .
|
32 |
- name: "Build API docs"
|
33 |
run: cd docs && ./gen_docs.sh
|
34 |
- name: "Deploy documentation"
|