瀏覽代碼

skip usage on python 3.5

Steven Silvester 4 年之前
父節點
當前提交
e5a16844c2
共有 1 個文件被更改,包括 2 次插入0 次删除
  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