Skip to content

Commit 6d8e1ee

Browse files
committed
[CI] Add openstacksdk to packages installed with homebrew.
1 parent 65be772 commit 6d8e1ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/update-brew-macs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ on:
1515
paths:
1616
- '.github/workflow/update-brew-macs.yml'
1717

18+
pull_request:
19+
branches:
20+
- 'master'
21+
paths:
22+
- '.github/workflow/update-brew-macs.yml'
23+
1824
env:
1925
VENV_DIR: ${{ github.workspace }}/ROOT_CI_VENV
2026

@@ -55,7 +61,7 @@ jobs:
5561
- name: Update brew packages
5662
run: |
5763
brew update
58-
brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW}"
64+
brew install ca-certificates ccache googletest "${OPENJDK_PACKAGE_BREW}" pyenv "${PYTHON_PACKAGE_BREW} openstacksdk"
5965
echo "Installing official brew deps: $(brew deps --direct --include-build root)"
6066
brew install $(brew deps --direct --include-build root)
6167

0 commit comments

Comments
 (0)