Skip to content

Commit

Permalink
ci/fix: use pip instead
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jun 21, 2023
1 parent 3cc3cbd commit c619ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Install KeyWin
run: pipx install git+https://github.com/winstxnhdw/KeyWin
run: pip install git+https://github.com/winstxnhdw/KeyWin

- name: Mini smoke test
run: python -c "from keywin import keyboard; keyboard.press(0x5B, 0x44)"
Expand Down

0 comments on commit c619ec6

Please sign in to comment.