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:
22
22
- script : |
23
23
# Install Python, py.test, and required packages.
24
24
conda env create -f environment.yml
25
- conda activate bayesian-modelling-tutorial
25
+ source activate bayesian-modelling-tutorial
26
26
conda install python=$(python.version)
27
27
python -m ipykernel install --user --name bayesian-modelling-tutorial
28
28
displayName : ' Create environment, install correct Python, and activate kernel.'
29
29
30
30
# Q: Does second script not recognize environment context from 1st script?
31
31
- script : |
32
- conda activate bayesian-modelling-tutorial
32
+ source activate bayesian-modelling-tutorial
33
33
mkdir -p docs/notebooks
34
34
jupyter nbconvert --config nbconvert_config.py --execute --template full
35
35
pandoc README.md -o docs/index.html -c static/pandoc.css -s
You can’t perform that action at this time.
0 commit comments