Skip to content

Commit ea4d85d

Browse files
committed
suppress '... is already installed and up-to-date' warnings from brew on CI
1 parent 5f82ed2 commit ea4d85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies on macOS
1414
run: |
1515
set -x
16-
brew install shellcheck python3 pipx
16+
brew install --quiet shellcheck python3 pipx
1717
# https://pipx.pypa.io/stable/installation/
1818
pipx ensurepath
1919
pipx install pyflakes

0 commit comments

Comments
 (0)