fix(release): Install pyserial for release test build

This commit is contained in:
me-no-dev 2024-08-02 12:53:00 +03:00
parent a4fb227b06
commit 1a42b87fb5

View file

@ -17,6 +17,7 @@ jobs:
with:
python-version: '3.x'
- run: pip install packaging
- run: pip install pyserial
- name: Build Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}