laike9m / pdir2

Pretty dir() printing with joy:beer:
MIT License
1.32k stars 47 forks source link

Fix CI workflow #56

Closed frostming closed 3 years ago

frostming commented 3 years ago

Previously, the Windows CI will run against ALL python versions on each python-version value.

This PR fixes the CI so that:

Linux: run tests & interactive tests on py37 and py38, run tests & lint & mypy on py39 Windows: run tests on py37, py38, py39 and run lint & mypy on py39

laike9m commented 3 years ago

Thanks!