From 4a0b4ce8aec130b4a2b127edd4381f4414a7e5db Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 2 Apr 2020 10:55:27 +0200 Subject: [PATCH] Use pipstrap --- .azure-pipelines/templates/installer-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/installer-tests.yml b/.azure-pipelines/templates/installer-tests.yml index 6d6fcfff2..79c1a02d1 100644 --- a/.azure-pipelines/templates/installer-tests.yml +++ b/.azure-pipelines/templates/installer-tests.yml @@ -49,7 +49,7 @@ jobs: displayName: Retrieve Windows installer - script: | py -3 -m venv venv - venv\Scripts\python -m pip install --upgrade pip setuptools + venv\Scripts\python letsencrypt-auto-source/pieces/pipstrap.py venv\Scripts\python tools\pip_install.py -e certbot-ci displayName: Prepare Certbot-CI - script: |