Skip to content

Commit

Permalink
git install of wfield
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Jun 10, 2024
1 parent 0d23a0e commit 0c5309b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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 git+https://github.com/jcouto/wfield.git
pip install jupyter
- name: ONE setup and build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +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 git+https://github.com/jcouto/wfield.git
pip install jupyter
- name: ONE setup and build docs
Expand Down

0 comments on commit 0c5309b

Please sign in to comment.