We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c217df2 commit 86ef82eCopy full SHA for 86ef82e
.github/workflows/examples.yml
@@ -55,13 +55,6 @@ jobs:
55
- "examples/zephyr-net-https-client"
56
- "examples/zephyr-subsys-usb-hid-mouse"
57
- "tests/arduino-blink-different-cores"
58
- exclude:
59
- - {python-version: 2.7, example: "examples/zephyr-blink"}
60
- - {python-version: 2.7, example: "examples/zephyr-cpp-synchronization"}
61
- - {python-version: 2.7, example: "examples/zephyr-drivers-can"}
62
- - {python-version: 2.7, example: "examples/zephyr-net-civetweb"}
63
- - {python-version: 2.7, example: "examples/zephyr-net-https-client"}
64
- - {python-version: 2.7, example: "examples/zephyr-subsys-usb-hid-mouse"}
65
runs-on: ${{ matrix.os }}
66
steps:
67
- uses: actions/checkout@v2
0 commit comments