Skip to content

Added pywin32

Added pywin32 #372

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install isort black flake8 mypy
./test.sh