We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cba4ea commit 167e64cCopy full SHA for 167e64c
1 file changed
.github/workflows/tests.yaml
@@ -26,6 +26,10 @@ jobs:
26
with:
27
python-version: ${{ matrix.python-version }}
28
29
+ - name: Install tree (only macOS)
30
+ if: matrix.os == 'macos-latest'
31
+ run: brew install tree
32
+
33
- name: Install the package
34
run: pip install .
35
0 commit comments