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: |