Skip to content

Commit

Permalink
pip build: pin nbconvert (#5206)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Feb 14, 2022
1 parent 2e3a176 commit 7b14698
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -89,8 +89,15 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate test-environment
doit develop_install $CHANS_DEV -o unit_tests
# See https://github.com/holoviz/holoviews/issues/5167
conda install $CHANS_DEV "nbconvert<6"
pip uninstall -y holoviews
doit pip_on_conda
- name: doit env_capture
run: |
eval "$(conda shell.bash hook)"
conda activate test-environment
doit env_capture
- name: pip build
run: |
eval "$(conda shell.bash hook)"
Expand Down

0 comments on commit 7b14698

Please sign in to comment.