Skip to content

Commit

Permalink
fix(release): Install pyserial for release test build
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Aug 2, 2024
1 parent a4fb227 commit 1a42b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1a42b87

Please sign in to comment.