Skip to content

Commit

Permalink
Fix requests version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed May 22, 2024
1 parent 8f39213 commit 9a737b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9a737b1

Please sign in to comment.