From 803e02c75a55134bfd59f631ff3566f357dd764a Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 31 Jul 2023 17:03:46 -0400 Subject: [PATCH] FIX: yq --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 82b728813d5..60dc45951ce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ stages: 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 - python -m pip uninstall pytest-qt # don't want to set up display, etc. for this + python -m pip uninstall -yq pytest-qt # don't want to set up display, etc. for this pre-commit install --install-hooks displayName: Install dependencies - bash: |