File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ jobs:
139
139
python3 -m venv kayobe &&
140
140
source kayobe/bin/activate &&
141
141
pip install -U pip &&
142
- pip install ../src/kayobe-config/requirements.txt
142
+ pip install -r ../src/kayobe-config/requirements.txt
143
143
144
144
# Required for Pulp auth proxy deployment and Docker registry login.
145
145
# Normally installed during host configure.
146
146
- name : Install Docker Python SDK
147
147
run : |
148
148
sudo pip install docker 'requests<2.32.0'
149
-
149
+
150
150
- name : Get Kolla tag
151
151
id : write-kolla-tag
152
152
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
You can’t perform that action at this time.
0 commit comments