Skip to content

Commit 18b6b44

Browse files
authored
Merge pull request #171 from adafruit/fix-ci-python3.8
fix ci with python 3.8
2 parents e5e1026 + 035e5ba commit 18b6b44

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)