Skip to content

Commit 035e5ba

Browse files
committed
fix ci with python 3.8
python 3.9 has issue with intelhex (issue 45)
1 parent e5e1026 commit 035e5ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v2
15+
with:
16+
# 3.9 has issue with intelhex https://github.com/python-intelhex/intelhex/issues/45
17+
python-version: '3.8'
1518

1619
- name: Setup Node.js
1720
uses: actions/[email protected]

0 commit comments

Comments
 (0)