From 773ef0f33c6e1e662957140a6e7621d3cbea3e1d Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 22 Sep 2021 15:54:54 +0000 Subject: [PATCH] ci/azure-build-and-test.yml: try to avoid conda-forge Qt --- ci/azure-build-and-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/azure-build-and-test.yml b/ci/azure-build-and-test.yml index 299c780b..db988ea0 100644 --- a/ci/azure-build-and-test.yml +++ b/ci/azure-build-and-test.yml @@ -66,8 +66,9 @@ jobs: set -euo pipefail source activate-conda.sh set -x - \conda create -y -n build setuptools matplotlib pip pyopengl 'pyqt>=5.12' python="$PYTHON_SERIES" qtpy + \conda create -y -n build setuptools matplotlib-base pip pyopengl python="$PYTHON_SERIES" conda activate build + pip install PyQtWebEngine qtpy pip install $BASH_WORKSPACE/sdist/*.tar.gz displayName: Install from sdist