File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
packages/python/plotly/recipe Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -406,15 +406,15 @@ jobs:
406406 cp -R dist ../../../output
407407 git status
408408
409- # - run:
410- # name: Conda Build
411- # command: |
412- # eval "$(conda shell.bash hook)"
413- # conda activate env
414- # cd packages/python/plotly
415- # conda build recipe/
416- # mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
417- # git status
409+ - run :
410+ name : Conda Build
411+ command : |
412+ eval "$(conda shell.bash hook)"
413+ conda activate env
414+ cd packages/python/plotly
415+ conda build recipe/
416+ mv /opt/conda/envs/env/conda-bld/noarch/plotly*.tar.bz2 ../../../output
417+ git status
418418
419419 - run :
420420 name : Build Widget javascript bundle
Original file line number Diff line number Diff line change 11python :
2- - 3.8
2+ - 3.10
Original file line number Diff line number Diff line change 1- {% set data = load_setup_py_data(setup_file= '../setup.py', from_recipe_dir=True ) %}
1+ {% set data = load_file_data( '../pyproject.toml' ) %}
22{% set version = data.get('version') %}
33
44package :
You can’t perform that action at this time.
0 commit comments