We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb227 commit 1a42b87Copy full SHA for 1a42b87
.github/workflows/release.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
python-version: '3.x'
19
- run: pip install packaging
20
+ - run: pip install pyserial
21
- name: Build Release
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments