Only doccheck on Ubuntu/3.8

This commit is contained in:
Hugo 2020-04-03 18:14:48 +03:00
parent f3d9377238
commit c87c1f3327

View File

@ -96,7 +96,7 @@ jobs:
path: Tests/errors
- name: Docs
if: matrix.python-version == 3.8
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
run: |
pip install sphinx-rtd-theme
make doccheck