Skip to content

Commit 6358f41

Browse files
committed
[CI] Add openstacksdk to installed packages of homebrew VMs.
Openstack is needed to upload the tar files after the nightlies.
1 parent ec78e58 commit 6358f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
$(brew --prefix "${PYTHON_PACKAGE_BREW}")/bin/${PYTHON_EXECUTABLE} -m venv "${VENV_DIR}"
8787
source "${VENV_DIR}"/bin/activate
8888
pip3 install --upgrade pip
89+
pip3 install openstacksdk
8990
while read -r PACKAGE; do
9091
PACKAGE="${PACKAGE%%#*}" # Skip comments
9192
if [ -n "${PACKAGE}" ]; then

0 commit comments

Comments
 (0)