From 270ac2010fe7777d6abb8369c9401746c5c39085 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 28 Oct 2020 12:20:55 -0700 Subject: [PATCH] Switch to using python directly --- .azure-pipelines/templates/jobs/packaging-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml index 7efff907c..4fef8e2e6 100644 --- a/.azure-pipelines/templates/jobs/packaging-jobs.yml +++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml @@ -52,7 +52,7 @@ jobs: # a recent version of pip, but we also to disable the isolated feature as described in # https://github.com/certbot/certbot/issues/8256 - script: | - py -3 -m venv venv + python -m venv venv venv\Scripts\python --version venv\Scripts\python -m pip install pip==20.2.3 setuptools==50.3.0 wheel==0.35.1 venv\Scripts\python tools\pip_install.py -e certbot-ci