We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f97e24 commit c346adfCopy full SHA for c346adf
.azure-pipelines/linux.yml
@@ -23,7 +23,7 @@ steps:
23
# Install Python, py.test, and required packages.
24
conda env create -f environment.yml
25
source activate bayesian-modelling-tutorial
26
- conda install python=$(python.version)
+ conda install -y python=$(python.version)
27
python -m ipykernel install --user --name bayesian-modelling-tutorial
28
displayName: 'Create environment, install correct Python, and activate kernel.'
29
0 commit comments