File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ steps:
2222- script : |
2323 # Install Python, py.test, and required packages.
2424 conda env create -f environment.yml
25- conda activate bayesian-modelling-tutorial
25+ source activate bayesian-modelling-tutorial
2626 conda install python=$(python.version)
2727 python -m ipykernel install --user --name bayesian-modelling-tutorial
2828 displayName : ' Create environment, install correct Python, and activate kernel.'
2929
3030# Q: Does second script not recognize environment context from 1st script?
3131- script : |
32- conda activate bayesian-modelling-tutorial
32+ source activate bayesian-modelling-tutorial
3333 mkdir -p docs/notebooks
3434 jupyter nbconvert --config nbconvert_config.py --execute --template full
3535 pandoc README.md -o docs/index.html -c static/pandoc.css -s
You can’t perform that action at this time.
0 commit comments