Skip to content

Commit

Permalink
Add channels to build
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 4, 2024
1 parent e08eabb commit 988ea33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ VERSION=$(find dist -name "*.whl" -exec basename {} \; | cut -d- -f2)
export VERSION

# Note: pyct is needed in the same environment as conda-build!
conda build scripts/conda/recipe-core --no-anaconda-upload --no-verify
conda build scripts/conda/recipe-recommended --no-anaconda-upload --no-verify
conda build scripts/conda/recipe-core --no-anaconda-upload --no-verify -c pyviz -c bokeh
conda build scripts/conda/recipe-recommended --no-anaconda-upload --no-verify -c pyviz -c bokeh

0 comments on commit 988ea33

Please sign in to comment.