Skip to content

Commit 167e64c

Browse files
committed
gh:macos-latest fix tree not found
1 parent 1cba4ea commit 167e64c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

29+
- name: Install tree (only macOS)
30+
if: matrix.os == 'macos-latest'
31+
run: brew install tree
32+
2933
- name: Install the package
3034
run: pip install .
3135

0 commit comments

Comments
 (0)