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: 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 }}