From 167e64cadafd488bb10e8b52a90537b61530b98f Mon Sep 17 00:00:00 2001 From: egeakman Date: Wed, 26 Jul 2023 19:51:54 +0200 Subject: [PATCH] gh:macos-latest fix tree not found --- .github/workflows/tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9e6dce4..b5d3461 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 .