Skip to content

Commit 14d30df

Browse files
committed
Enable Windows builds
1 parent d8c91d7 commit 14d30df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
python-version: [3.6, 3.7, 3.8]
46-
#os: [ubuntu-latest, macOS-latest, windows-latest]
47-
os: [ubuntu-latest, macOS-latest]
46+
os: [ubuntu-latest, macOS-latest, windows-latest]
4847
# environmental variables used in coverage
4948
env:
5049
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)