mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Switch to using python directly
This commit is contained in:
parent
40877d715b
commit
270ac2010f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue