소스 검색

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