Skip to content

Commit

Permalink
gh:macos-latest fix tree not found
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Jul 26, 2023
1 parent 1cba4ea commit 167e64c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install tree (only macOS)
if: matrix.os == 'macos-latest'
run: brew install tree

- name: Install the package
run: pip install .

Expand Down

0 comments on commit 167e64c

Please sign in to comment.