Skip to content

Commit

Permalink
Install pywin32 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Feb 24, 2024
1 parent 40eaaab commit 9aad8a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: true
install: mingw-w64-x86_64-python mingw-w64-x86_64-python-yaml
install: >-
mingw-w64-x86_64-python
mingw-w64-x86_64-python-yaml
mingw-w64-x86_64-python-pywin32
- run: python3 test.py

0 comments on commit 9aad8a0

Please sign in to comment.