Remove Windows exclusions from CI as per note -- they should be working now

This commit is contained in:
Micah Jerome Ellison 2021-05-29 13:03:01 -07:00
parent e061e783bc
commit 9f163825fe

View file

@ -27,11 +27,6 @@ jobs:
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude: # Added for GitHub Actions PR problem 2020-12-19 -- remove later!
- os: windows-latest
python-version: 3.8
- os: windows-latest
python-version: 3.9
steps:
- uses: actions/checkout@v2