浏览代码

ignore windows + python 3.8

Fred Lefévère-Laoide 1 年之前
父节点
当前提交
cd8ff7ae29
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/tests.yml

+ 1 - 0
.github/workflows/tests.yml

@@ -31,6 +31,7 @@ jobs:
         run: brew install libmagic
 
       - name: Tests
+        if: matrix.os != 'windows-latest' && matrix.python-versions != '3.8'
         run: |
           pip install tox
           tox -e tests