Use old requests version in REST VOL workflow (#4520)

This commit is contained in:
mattjala 2024-05-23 17:35:57 -05:00 committed by GitHub
parent 8897e25b00
commit 379634872d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,6 +129,11 @@ jobs:
# path: ${{ runner.workspace }}/hsds-${{ env.HSDS_COMMIT_SHORT }}-install
# key: ${{ runner.os }}-${{ runner.arch }}-hsds-${{ env.HSDS_COMMIT }}-${{ inputs.build_mode }}-cache
# 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: Run HSDS unit tests
shell: bash
working-directory: ${{github.workspace}}/hsds