Skip to content

Commit

Permalink
CI: brew install tree to check the directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Jun 5, 2024
1 parent 2f16962 commit ef87371
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

# - name: Install MacOS dependencies
# if: runner.os == 'macOS'
# run: |
# set -vxeuo pipefail
# brew install tree
- name: Install MacOS dependencies
if: runner.os == 'macOS'
run: |
set -vxeuo pipefail
brew install tree
# python -m pip install delocate

- name: Install dependencies
Expand Down

0 comments on commit ef87371

Please sign in to comment.