Skip to content

Commit

Permalink
Update CI actions and install libmagic on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 12, 2024
1 parent 4a8b0b0 commit 3eb0c4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install libmagic on macOS
if: runner.os == 'macOS'
run: brew install libmagic

- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 3eb0c4c

Please sign in to comment.