Skip to content

Commit

Permalink
Add pynput to CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atirut-w authored Aug 4, 2024
1 parent 64ea3ae commit e134a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build project and draft release
name: Build project
on:
- push
- workflow_dispatch
Expand All @@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.11
- name: Install dependencies
run: pip install keyboard pyinstaller
run: pip install keyboard pyinstaller pynput
- name: Build MIDI converter
run: pyinstaller --onefile pyMIDI.py
- name: Build player
Expand Down

0 comments on commit e134a1a

Please sign in to comment.