Skip to content

Commit 37d4941

Browse files
committed
fix python version variable
1 parent 16fd7e2 commit 37d4941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/templates/setup-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ steps:
22
- script: |
33
conda env create -f environment.yml
44
source activate bayesian-modelling-tutorial
5-
conda install -y python=${{ python.version }}
5+
conda install -y python=$(python.version)
66
python -m ipykernel install --user --name bayesian-modelling-tutorial
77
displayName: 'Create environment, install correct Python, and activate kernel.'

0 commit comments

Comments
 (0)