Skip to content

Commit 773242c

Browse files
committed
actions: west/devicetree: exclude python 3.6 on windows
This version of python is not available anymore. Excluding for now to unblock CI. Signed-off-by: Anas Nashif <[email protected]>
1 parent 87036eb commit 773242c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/devicetree_checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
exclude:
2626
- os: macos-latest
2727
python-version: 3.6
28+
- os: windows-latest
29+
python-version: 3.6
2830
steps:
2931
- name: checkout
3032
uses: actions/checkout@v2

.github/workflows/west_cmds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
exclude:
2727
- os: macos-latest
2828
python-version: 3.6
29+
- os: windows-latest
30+
python-version: 3.6
2931
steps:
3032
- name: checkout
3133
uses: actions/checkout@v2

0 commit comments

Comments
 (0)