Skip to content

Commit

Permalink
Adding installation of autoemulate to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Feb 9, 2024
1 parent 2025f64 commit 5cc912b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: pip install --upgrade pip
- name: "Install jupyterbook"
run: pip install -r docs/requirements.txt
- name: "Install autoemulate"
run: pip install git+https://github.com/alan-turing-institute/autoemulate.git
- name: "Run jupyterbook"
run: jupyter-book build docs --all
- name: "Deploy"
Expand Down

0 comments on commit 5cc912b

Please sign in to comment.