diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc60dacf..c5981972 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -255,6 +255,10 @@ jobs: sleep 10 working-directory: ${{github.workspace}}/hsds + # Requests 2.32.0 breaks requests-unixsocket, used by HSDS for socket connections + - name: Fix requests version + run: | + pip install requests==2.31.0 - name: Test HSDS if: ${{matrix.endpoint != 'http://127.0.0.1:5101'}} run: |