Skip to content

Commit 2a1510a

Browse files
committed
Enable Windows builds and documentation
1 parent b3aa16d commit 2a1510a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci_tests.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version: [3.6, 3.7, 3.8]
22-
#os: [ubuntu-latest, macOS-latest, windows-latest]
23-
os: [ubuntu-latest, macOS-latest]
22+
os: [ubuntu-latest, macOS-latest, windows-latest]
2423
# environmental variables used in coverage
2524
env:
2625
OS: ${{ matrix.os }}
@@ -106,9 +105,9 @@ jobs:
106105
run: make test PYTEST_EXTRA="-r P"
107106

108107
# Build the documentation
109-
#- name: Build the documentation
110-
# shell: bash -l {0}
111-
# run: make -C doc clean all
108+
- name: Build the documentation
109+
shell: bash -l {0}
110+
run: make -C doc clean all
112111

113112
# Upload coverage to Codecov
114113
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)