From 9d3adabc07ef046f4bdf9c112e8529115d1f1019 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Sun, 4 Aug 2024 13:04:13 -0400 Subject: [PATCH] I hate setuptools so much --- .azure/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines.yml b/.azure/pipelines.yml index 16fe21a814..f539deaee0 100644 --- a/.azure/pipelines.yml +++ b/.azure/pipelines.yml @@ -218,7 +218,7 @@ stages: condition: startsWith(variables.image, 'windows') - bash: | - conda create --quiet --name wheelEnvironment --channel conda-forge python=3.10 + conda create --quiet --name wheelEnvironment --channel conda-forge python=3.10 "setuptools<72.0" source activate wheelEnvironment mkdir -p tmp cd tmp