Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
3c7634e
1
Parent(s):
2c3945f
Use `requirements.txt` for docs requirements
Browse files
.github/workflows/docs.yml
CHANGED
@@ -27,7 +27,7 @@ jobs:
|
|
27 |
python-version: 3.9
|
28 |
cache: pip
|
29 |
- name: "Install packages for docs building"
|
30 |
-
run: pip install
|
31 |
- name: "Install PySR"
|
32 |
run: pip install -e .
|
33 |
- name: "Build API docs"
|
|
|
27 |
python-version: 3.9
|
28 |
cache: pip
|
29 |
- name: "Install packages for docs building"
|
30 |
+
run: pip install -r docs/requirements.txt
|
31 |
- name: "Install PySR"
|
32 |
run: pip install -e .
|
33 |
- name: "Build API docs"
|