From c87c1f33276c575b7365af5bd2d61c8231952335 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 3 Apr 2020 18:14:48 +0300 Subject: [PATCH] Only doccheck on Ubuntu/3.8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51bb39918..f56af719c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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