Sfoglia il codice sorgente

install libmagic on macos

Fred Lefévère-Laoide 1 anno fa
parent
commit
92086b3085
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .github/workflows/tests.yml

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

@@ -22,6 +22,10 @@ jobs:
         with:
           python-version: ${{ matrix.python-versions }}
 
+      - name: install libmagic on macos
+        if: matrix.os == 'macos-latest'
+        run: brew install libmagic
+
       - name: Tests
         run: |
           pip install tox