Skip to content

Commit

Permalink
Fix Docker urllib incompatibility in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinb2 committed May 21, 2024
1 parent 2529b79 commit 5be017d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup_runhouse/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ runs:
shell: bash
run:
pip install -r tests/requirements.txt
pip install --force-reinstall 'requests<2.32.0'

0 comments on commit 5be017d

Please sign in to comment.