Skip to content

Commit efe637c

Browse files
committed
ensure that environment is activates for conda list
1 parent aa21b39 commit efe637c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ steps:
77
displayName: 'Create environment, install correct Python, and activate kernel.'
88

99
- script: |
10+
source activate bayesian-modelling-tutorial
1011
conda list
1112
displayName: 'Display all packages, for diagnostic purposes.'

0 commit comments

Comments
 (0)