Skip to content

Commit 9789933

Browse files
authored
Update precommit.yml
1 parent c945e60 commit 9789933

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/precommit.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ jobs:
5757
if: startsWith( matrix.cfg.os, 'macos-' )
5858
run: |
5959
brew --version
60-
brew install
61-
python@${{ matrix.python-version }} \
62-
numpy \
63-
python-packaging
64-
60+
brew install python@${{ matrix.python-version }}
61+
brew install python-packaging
62+
brew install numpy
63+
6564
- name: show setup
6665
run: |
6766
bazel --version

0 commit comments

Comments
 (0)