Skip to content

Commit 77861a0

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
Add jupyter and pandoc to build script even though it should be in there.
1 parent 441936e commit 77861a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ steps:
4242
conda env create -f environment.yml
4343
source activate bayesian-modelling-tutorial
4444
45-
conda install python=$(python.version)
45+
which conda
46+
conda install python=$(python.version) jupyter pandoc
4647
python -m ipykernel install --user --name bayesian-modelling-tutorial
4748
displayName: 'Install dependencies'
4849

0 commit comments

Comments
 (0)