From 1caa19210b0c361ebfeecfa227ebba90a3eeb891 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Wed, 11 Dec 2024 15:23:45 -0600 Subject: [PATCH] remove crufty conditional --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 389c9f3a..598534fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,7 +31,6 @@ jobs: versionSpec: $(PYTHON_VERSION) architecture: $(PYTHON_ARCH) addToPath: true - condition: eq(variables['TEST_MODE'], 'pip') - bash: | set -e pip install --upgrade --pre numpy scipy matplotlib "h5py<3.7"