We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441936e commit 77861a0Copy full SHA for 77861a0
1 file changed
azure-pipelines.yml
@@ -42,7 +42,8 @@ steps:
42
conda env create -f environment.yml
43
source activate bayesian-modelling-tutorial
44
45
- conda install python=$(python.version)
+ which conda
46
+ conda install python=$(python.version) jupyter pandoc
47
python -m ipykernel install --user --name bayesian-modelling-tutorial
48
displayName: 'Install dependencies'
49
0 commit comments