Skip to content

Commit

Permalink
pin nbconvert and jupyter_client [build:grabcut]
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jan 7, 2022
1 parent 53c14b4 commit 10a1b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate test-environment
conda install -y ${{ env.CHANS_DEV}} "pyviz/label/dev::nbsite==0.7.0a7" sphinx_pyviz_theme lxml pyyaml holoviews nomkl "parso>=0.8,<0.9"
conda install -y ${{ env.CHANS_DEV}} "nbsite>=0.6.5" "nbconvert<6" "jupyter_client<6.2" sphinx_pyviz_theme lxml pyyaml holoviews nomkl "parso>=0.8,<0.9"
- name: Wait for build to succeed
uses: fountainhead/action-wait-for-check@v1.0.0
if: "contains(github.event.head_commit.message, 'build:')"
Expand Down

0 comments on commit 10a1b91

Please sign in to comment.