Skip to content

Commit

Permalink
ci: install KeyWin with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jun 21, 2023
1 parent 3bd7535 commit 3cc3cbd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ jobs:
runs-on: windows-latest

steps:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11

- name: Install KeyWin
run: pip install git+https://github.com/winstxnhdw/KeyWin
run: pipx 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 3cc3cbd

Please sign in to comment.