Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound committed Jul 29, 2024
1 parent 1c054a7 commit d75446c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/templates/azdev_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ parameters:
steps:
- bash: |
set -ev
# Use old version setuptools in build environment, see https://github.com/pypa/setuptools/issues/4519
echo setuptools<72 > constraints.txt
export PIP_CONSTRAINT=`pwd`/constraints.txt
python -m venv env
chmod +x env/bin/activate
Expand Down

0 comments on commit d75446c

Please sign in to comment.