We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b3abc commit 55b5423Copy full SHA for 55b5423
1 file changed
azure-pipelines.yml
@@ -23,9 +23,14 @@ jobs:
23
Callback_P:
24
ExampleSrc: 'examples/Parser-KeyValue/Callback_P.ino'
25
steps:
26
- - script: pip install -U PlatformIO==4.0.0
+ - script: |
27
+ python -m venv venv
28
+
29
+ . venv/bin/activate
30
+ pip install -U PlatformIO==4.0.0
31
displayName: 'Install PlatformIO'
32
- script: |
33
34
platformio ci --lib="." --board=nanoatmega328 --board=esp12e --board=leonardo
35
displayName: 'Run a multi-line script'
36
env:
0 commit comments