Browse Source

skip usage on python 3.5

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

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

@@ -16,6 +16,8 @@ jobs:
             python: 3.5
           - group: docs
             python: 3.5
+          - group: usage
+            python: 3.5
       fail-fast: false
     timeout-minutes: 120
     runs-on: ubuntu-latest