Skip to content

Commit

Permalink
Constrain version of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Jul 30, 2024
1 parent db19c17 commit 0bf4a04
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 @@ -194,7 +194,7 @@ stages:

- bash: |
source activate myEnvironment
python -m pip install --upgrade setuptools wheel
python -m pip install --upgrade "setuptools<72.0" wheel
python setup.py bdist_wheel
python3 -m pip install check-wheel-contents
check-wheel-contents dist/*.whl
Expand Down

0 comments on commit 0bf4a04

Please sign in to comment.