From a3211ef161171fc03d5581479a69b59f6cd7b658 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Thu, 30 May 2024 16:29:56 +0200 Subject: [PATCH] CI: Pin requests below 2.32.0 This fixes failures of the Kolla image build GitHub workflow. --- .github/workflows/stackhpc-container-image-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stackhpc-container-image-build.yml b/.github/workflows/stackhpc-container-image-build.yml index 106ef5373..5ff351a63 100644 --- a/.github/workflows/stackhpc-container-image-build.yml +++ b/.github/workflows/stackhpc-container-image-build.yml @@ -149,7 +149,7 @@ jobs: # Normally installed during host configure. - name: Install Docker Python SDK run: | - sudo pip install docker + sudo pip install docker 'requests<2.32.0' - name: Get Kolla tag id: write-kolla-tag