Commit 1a42b87f authored by me-no-dev's avatar me-no-dev

fix(release): Install pyserial for release test build

parent a4fb227b
...@@ -17,6 +17,7 @@ jobs: ...@@ -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 }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment