diff --git a/.azure/pipelines.yml b/.azure/pipelines.yml index 8e76820568..b9e20329e7 100644 --- a/.azure/pipelines.yml +++ b/.azure/pipelines.yml @@ -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 @@ -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