Skip to content

Commit

Permalink
ci/azure-build-and-test.yml: try to avoid conda-forge Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgw committed Sep 22, 2021
1 parent e061c01 commit 773ef0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/azure-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 773ef0f

Please sign in to comment.