Skip to content

Commit ecf1659

Browse files
committed
Add missing requirements option
1 parent 901f67f commit ecf1659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ jobs:
139139
python3 -m venv kayobe &&
140140
source kayobe/bin/activate &&
141141
pip install -U pip &&
142-
pip install ../src/kayobe-config/requirements.txt
142+
pip install -r ../src/kayobe-config/requirements.txt
143143
144144
# Required for Pulp auth proxy deployment and Docker registry login.
145145
# Normally installed during host configure.
146146
- name: Install Docker Python SDK
147147
run: |
148148
sudo pip install docker 'requests<2.32.0'
149-
149+
150150
- name: Get Kolla tag
151151
id: write-kolla-tag
152152
run: echo "kolla-tag=${{ needs.generate-tag.outputs.openstack_release }}-${{ matrix.distro }}-${{ matrix.distro == 'rocky' && '9' || 'jammy' }}-${{ needs.generate-tag.outputs.datetime_tag }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)