소스 검색

install libmagic on macos

Fred Lefévère-Laoide 1 년 전
부모
커밋
92086b3085
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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