Skip to content

Commit

Permalink
pip install wfield in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Jun 10, 2024
1 parent 622e794 commit 0d23a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
export TQDM_DISABLE=1
pip install -r docs_gh_pages/requirements-docs.txt
pip install -e ../ibllib-repo
pip install wfield
pip install jupyter
- name: ONE setup and build docs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sudo apt-get install -y pandoc
pip install -r docs_gh_pages/requirements-docs.txt
pip install -e ../ibllib-repo
pip install wfield
pip install jupyter
- name: ONE setup and build docs
Expand Down

0 comments on commit 0d23a0e

Please sign in to comment.