Skip to content

Commit 6290674

Browse files
author
brentru
committed
downgrade to Python 3.8 for intelhex
1 parent e49e384 commit 6290674

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/setup-python@v1
15+
- name: Setup Python
16+
- uses: actions/setup-python@v2
1617
with:
17-
python-version: '3.x'
18+
# 3.9 has issue with intelhex https://github.com/python-intelhex/intelhex/issues/45
19+
python-version: '3.8'
1820
- uses: actions/checkout@v2
1921
- uses: actions/checkout@v2
2022
with:

0 commit comments

Comments
 (0)