Skip to content

Commit fc278ab

Browse files
authored
Merge pull request #1084 from stackhpc/docker-requests
CI: Pin requests below 2.32.0
2 parents afd30cc + a3211ef commit fc278ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
# Normally installed during host configure.
150150
- name: Install Docker Python SDK
151151
run: |
152-
sudo pip install docker
152+
sudo pip install docker 'requests<2.32.0'
153153
154154
- name: Get Kolla tag
155155
id: write-kolla-tag

0 commit comments

Comments
 (0)