Skip to content

Commit 0903296

Browse files
author
Kevin Maik Jablonka
committed
remove doc tests
1 parent f5f6146 commit 0903296

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/tests.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@ jobs:
2020
pip freeze
2121
- name: Run pre-commit
2222
run: pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
23-
docs:
24-
name: Documentation
25-
runs-on: ubuntu-latest
26-
strategy:
27-
matrix:
28-
python-version: ["3.8"]
29-
steps:
30-
- uses: actions/checkout@v2
31-
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v2
33-
with:
34-
python-version: ${{ matrix.python-version }}
35-
- name: Install dependencies
36-
run: pip install tox
37-
- name: Check RST conformity with doc8
38-
run: tox -e doc8
39-
- name: Check docstring coverage
40-
run: tox -e docstr-coverage
41-
- name: Check documentation build with Sphinx
42-
run: tox -e docs
23+
# docs:
24+
# name: Documentation
25+
# runs-on: ubuntu-latest
26+
# strategy:
27+
# matrix:
28+
# python-version: ["3.8"]
29+
# steps:
30+
# - uses: actions/checkout@v2
31+
# - name: Set up Python ${{ matrix.python-version }}
32+
# uses: actions/setup-python@v2
33+
# with:
34+
# python-version: ${{ matrix.python-version }}
35+
# - name: Install dependencies
36+
# run: pip install tox
37+
# - name: Check RST conformity with doc8
38+
# run: tox -e doc8
39+
# - name: Check docstring coverage
40+
# run: tox -e docstr-coverage
41+
# - name: Check documentation build with Sphinx
42+
# run: tox -e docs
4343
tests:
4444
name: Tests
4545
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)