Skip to content

Commit aa21b39

Browse files
committed
add conda list for diagnostic purposes
1 parent 22595a7 commit aa21b39

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ steps:
55
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.'
8+
9+
- script: |
10+
conda list
11+
displayName: 'Display all packages, for diagnostic purposes.'

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ steps:
55
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.'
8+
9+
- script: |
10+
conda list
11+
displayName: 'Display all packages, for diagnostic purposes.'

0 commit comments

Comments
 (0)