We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aa16d commit 2a1510aCopy full SHA for 2a1510a
.github/workflows/ci_tests.yaml
@@ -19,8 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
python-version: [3.6, 3.7, 3.8]
22
- #os: [ubuntu-latest, macOS-latest, windows-latest]
23
- os: [ubuntu-latest, macOS-latest]
+ os: [ubuntu-latest, macOS-latest, windows-latest]
24
# environmental variables used in coverage
25
env:
26
OS: ${{ matrix.os }}
@@ -106,9 +105,9 @@ jobs:
106
105
run: make test PYTEST_EXTRA="-r P"
107
108
# Build the documentation
109
- #- name: Build the documentation
110
- # shell: bash -l {0}
111
- # run: make -C doc clean all
+ - name: Build the documentation
+ shell: bash -l {0}
+ run: make -C doc clean all
112
113
# Upload coverage to Codecov
114
- name: Upload coverage to Codecov
0 commit comments