Skip to content

Commit 78cb16b

Browse files
committed
Revert "CI: Pin requests below 2.32.0"
This reverts commit a3211ef.
1 parent 40a1526 commit 78cb16b

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 'requests<2.32.0'
152+
sudo pip install docker
153153
154154
- name: Get Kolla tag
155155
id: write-kolla-tag

0 commit comments

Comments
 (0)