Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
6ea02cf
1
Parent(s):
93a1cee
Clean up docs
Browse files
.github/workflows/docs.yml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
- name: "Install packages for docs building"
|
30 |
run: pip install -r docs/requirements.txt
|
31 |
- name: "Install PySR"
|
32 |
-
run: pip install -
|
33 |
- name: "Build API docs"
|
34 |
run: cd docs && ./gen_docs.sh
|
35 |
- name: "Deploy documentation"
|
|
|
29 |
- name: "Install packages for docs building"
|
30 |
run: pip install -r docs/requirements.txt
|
31 |
- name: "Install PySR"
|
32 |
+
run: pip install . && python -c 'import pysr'
|
33 |
- name: "Build API docs"
|
34 |
run: cd docs && ./gen_docs.sh
|
35 |
- name: "Deploy documentation"
|