Skip to content

Commit c346adf

Browse files
committed
add -y flag to python installation
1 parent 7f97e24 commit c346adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
# Install Python, py.test, and required packages.
2424
conda env create -f environment.yml
2525
source activate bayesian-modelling-tutorial
26-
conda install python=$(python.version)
26+
conda install -y python=$(python.version)
2727
python -m ipykernel install --user --name bayesian-modelling-tutorial
2828
displayName: 'Create environment, install correct Python, and activate kernel.'
2929

0 commit comments

Comments
 (0)