We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49e384 commit 6290674Copy full SHA for 6290674
.github/workflows/githubci.yml
@@ -12,9 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/setup-python@v1
+ - name: Setup Python
16
+ - uses: actions/setup-python@v2
17
with:
- python-version: '3.x'
18
+ # 3.9 has issue with intelhex https://github.com/python-intelhex/intelhex/issues/45
19
+ python-version: '3.8'
20
- uses: actions/checkout@v2
21
22
0 commit comments