mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
comment out PIP_USE_PEP517
This commit is contained in:
parent
9fd5ed5dbb
commit
fd2723277a
1 changed files with 2 additions and 2 deletions
|
|
@ -41,11 +41,11 @@ steps:
|
|||
python3 -m tox
|
||||
env:
|
||||
AWS_ACCESS_KEY_ID: $(AWS_ACCESS_KEY_ID)
|
||||
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY)
|
||||
AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACqCESS_KEY)
|
||||
AWS_EC2_PEM_FILE: $(testFarmPem.secureFilePath)
|
||||
# Enable --use-pep517 for pip.
|
||||
# As of pip 23.1.0, builds started failing on macOS unless this flag is set.
|
||||
PIP_USE_PEP517: "true"
|
||||
# PIP_USE_PEP517: "true"
|
||||
displayName: Run tox
|
||||
# For now, let's omit `set -e` and avoid the script exiting with a nonzero
|
||||
# status code to prevent problems here from causing build failures. If
|
||||
|
|
|
|||
Loading…
Reference in a new issue