Browse Source

more exclusions

Steven Silvester 4 years ago
parent
commit
15b95f2bca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/linuxtests.yml

+ 4 - 0
.github/workflows/linuxtests.yml

@@ -12,8 +12,12 @@ jobs:
         exclude:
           - group: integrity
             python: 3.5
+          - group: integrity2
+            python: 3.5
           - group: docs
             python: 3.5
+          - group: docs2
+            python: 3.5
           - group: changelog
             python: 3.5
       fail-fast: false