From 7b5f25c17d45b467f4f44c1c97c0daf398f194e4 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 31 Jul 2023 15:51:32 -0400 Subject: [PATCH] FIX: Qt --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0e8f5f6949..82b728813d5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,8 @@ stages: - bash: | set -eo pipefail python -m pip install --progress-bar off --upgrade pip setuptools wheel - python -m pip install --progress-bar off -r requirements_base.txt -r requirements_hdf5.txt -r requirements_testing.txt PyQt6 + python -m pip install --progress-bar off -r requirements_base.txt -r requirements_hdf5.txt -r requirements_testing.txt + python -m pip uninstall pytest-qt # don't want to set up display, etc. for this pre-commit install --install-hooks displayName: Install dependencies - bash: |