Skip to content

Commit be1433d

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 55b5423 commit be1433d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- job: 'PlatformIO_CI'
1010
pool:
1111
vmImage: 'ubuntu-latest'
12-
container: 'python:2.7-stretch'
12+
container: 'python:2.7'
1313
strategy:
1414
matrix:
1515
Buffer:
@@ -24,7 +24,7 @@ jobs:
2424
ExampleSrc: 'examples/Parser-KeyValue/Callback_P.ino'
2525
steps:
2626
- script: |
27-
python -m venv venv
27+
virtualenv venv
2828
2929
. venv/bin/activate
3030
pip install -U PlatformIO==4.0.0

0 commit comments

Comments
 (0)