We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec78e58 commit 6358f41Copy full SHA for 6358f41
.github/workflows/update-brew-macs.yml
@@ -86,6 +86,7 @@ jobs:
86
$(brew --prefix "${PYTHON_PACKAGE_BREW}")/bin/${PYTHON_EXECUTABLE} -m venv "${VENV_DIR}"
87
source "${VENV_DIR}"/bin/activate
88
pip3 install --upgrade pip
89
+ pip3 install openstacksdk
90
while read -r PACKAGE; do
91
PACKAGE="${PACKAGE%%#*}" # Skip comments
92
if [ -n "${PACKAGE}" ]; then
0 commit comments