Skip to content

Commit 13d3a7e

Browse files
committed
Run CI only on Python 3
1 parent c033fcc commit 13d3a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-16.04, windows-latest, macos-latest]
11-
python-version: [2.7, 3.7]
11+
python-version: [3.7]
1212
example:
1313
- "examples/mbed-rtos-blink-baremetal"
1414
- "examples/mbed-rtos-blockdevice"

0 commit comments

Comments
 (0)