Skip to content

Commit

Permalink
Use old requests version in REST VOL workflow (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored May 23, 2024
1 parent 8897e25 commit 3796348
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vol_rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3796348

Please sign in to comment.