[GitHub Actions] Skip Windows & Python 3.8

Can't seem to find Python exe?
This commit is contained in:
MinchinWeb 2021-05-16 22:20:33 -06:00
parent 89fcdceadd
commit 68c870a453

View file

@ -30,6 +30,8 @@ jobs:
exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later!
- os: windows-latest
python-version: 3.9
- os: windows-latest
python-version: 3.8
steps:
- uses: actions/checkout@v2