MilesCranmer commited on
Commit
1c8324e
1 Parent(s): ff081b3

Include self install in docs building

Browse files
Files changed (1) hide show
  1. .github/workflows/docs.yml +2 -0
.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"