Ver código fonte

ignore windows + python 3.8

Fred Lefévère-Laoide 1 ano atrás
pai
commit
c6ddea5837
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/tests.yml

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

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