Skip to content

Commit

Permalink
Merge pull request #67 from Stereo101/atirut-w-patch-1
Browse files Browse the repository at this point in the history
Add `pynput` to CI deps
  • Loading branch information
atirut-w authored Aug 12, 2024
2 parents 64ea3ae + e134a1a commit b6d0738
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 b6d0738

Please sign in to comment.