Set default value for PYTHON_VERSION and always set python interpreter

This commit is contained in:
Adrien Ferrand 2020-09-23 21:01:30 +02:00
parent b984880942
commit 6cdcab5e52
3 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,8 @@ jobs:
variables:
- name: IMAGE_NAME
value: ubuntu-18.04
- name: PYTHON_VERSION
value: 3.8
- group: certbot-common
strategy:
matrix:

View file

@ -1,5 +1,7 @@
jobs:
- job: test
variables:
PYTHON_VERSION: 3.8
strategy:
matrix:
macos-py27:

View file

@ -21,7 +21,6 @@ steps:
inputs:
versionSpec: $(PYTHON_VERSION)
addToPath: true
condition: ne(variables['PYTHON_VERSION'], '')
# tools/pip_install.py is used to pin packages to a known working version
# except in tests where the environment variable CERTBOT_NO_PIN is set.
# virtualenv is listed here explicitly to make sure it is upgraded when