fix(release): Install pyserial for release test build
This commit is contained in:
parent
a4fb227b06
commit
1a42b87fb5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- run: pip install packaging
|
- run: pip install packaging
|
||||||
|
- run: pip install pyserial
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue