mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Only doccheck on Ubuntu/3.8
This commit is contained in:
parent
f3d9377238
commit
c87c1f3327
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user