Remove sstcheck from tests

This commit is contained in:
Sean Whalen
2022-09-10 14:39:08 -04:00
parent 12e591255c
commit 4376b12c93
2 changed files with 0 additions and 6 deletions

View File

@@ -32,9 +32,6 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Check README.rst syntax
run: |
rstcheck --report warning README.rst
- name: Test building documentation
run: |
cd docs