mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Simplify condition
This commit is contained in:
parent
fb6a248620
commit
def19b3705
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ steps:
|
|||
inputs:
|
||||
versionSpec: $(PYTHON_VERSION)
|
||||
addToPath: true
|
||||
condition: not(eq(variables['PYTHON_VERSION'], ''))
|
||||
condition: ne(variables['PYTHON_VERSION'], '')
|
||||
- bash: |
|
||||
python tools/pip_install.py -I tox virtualenv
|
||||
displayName: Install runtime dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue