mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Use old requests version in REST VOL workflow (#4520)
This commit is contained in:
parent
8897e25b00
commit
379634872d
5
.github/workflows/vol_rest.yml
vendored
5
.github/workflows/vol_rest.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user