Skip to content

Commit

Permalink
I hate setuptools so much
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Aug 4, 2024
1 parent e1384a1 commit 9d3adab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d3adab

Please sign in to comment.