Skip to content

Commit

Permalink
add conda-forge to the docs dependencies channels [build:grabcut]
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jan 7, 2022
1 parent 37c05aa commit 53c14b4
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 -c pyviz/label/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}} "pyviz/label/dev::nbsite==0.7.0a7" 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 53c14b4

Please sign in to comment.