mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +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
|
path: Tests/errors
|
||||||
|
|
||||||
- name: Docs
|
- name: Docs
|
||||||
if: matrix.python-version == 3.8
|
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
|
||||||
run: |
|
run: |
|
||||||
pip install sphinx-rtd-theme
|
pip install sphinx-rtd-theme
|
||||||
make doccheck
|
make doccheck
|
||||||
|
|
Loading…
Reference in New Issue
Block a user