Skip to content

Commit

Permalink
Log environment
Browse files Browse the repository at this point in the history
Hard to do regression testing when you don't know what was installed.
Why is Azure so useless?
  • Loading branch information
guyer committed May 10, 2023
1 parent 415e4c2 commit 7be64a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .azure/pipelines.yml
Expand Up @@ -233,6 +233,10 @@ stages:
sudo apt-get --yes install texlive-extra-utils
displayName: Install LaTeX
- bash: |
conda env export --name myEnvironment
displayName: Environment
- bash: |
source activate myEnvironment
export ETS_TOOLKIT=null
Expand Down Expand Up @@ -291,6 +295,10 @@ stages:
displayName: Build wheel
condition: startsWith(variables.image, 'ubuntu')
- bash: |
conda env export --name myEnvironment
displayName: Environment
- bash: |
source activate myEnvironment
python setup.py release --unix
Expand Down

0 comments on commit 7be64a7

Please sign in to comment.