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 16fd7e2 commit 37d4941Copy full SHA for 37d4941
.azure-pipelines/templates/setup-script.yml
@@ -2,6 +2,6 @@ steps:
2
- script: |
3
conda env create -f environment.yml
4
source activate bayesian-modelling-tutorial
5
- conda install -y python=${{ python.version }}
+ conda install -y python=$(python.version)
6
python -m ipykernel install --user --name bayesian-modelling-tutorial
7
displayName: 'Create environment, install correct Python, and activate kernel.'
0 commit comments