Skip to content

Commit

Permalink
Install libmagic for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
blueraft committed Sep 11, 2024
1 parent bc6ead3 commit 8813f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install Homebrew libmagic
if: runner.os == 'macOS'
run: brew install libmagic
- name: Install uv
uses: astral-sh/setup-uv@v2
- name: Run tox
Expand Down

0 comments on commit 8813f01

Please sign in to comment.