Azure Pipelines: No Python 3.5.3 available, use any 3.5 version [skip ci]
parent
e7d3b22b46
commit
ec076c7c10
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.5.3'
|
versionSpec: '3.5'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- script: python -m pip install --upgrade pip && pip install -r requirements_all.txt -r requirements_test.txt -c homeassistant/package_constraints.txt
|
- script: python -m pip install --upgrade pip && pip install -r requirements_all.txt -r requirements_test.txt -c homeassistant/package_constraints.txt
|
||||||
|
@ -34,7 +34,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
Python35:
|
Python35:
|
||||||
python.version: '3.5.3'
|
python.version: '3.5'
|
||||||
Python36:
|
Python36:
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python37:
|
Python37:
|
||||||
|
|
Loading…
Reference in New Issue