Skip to content

Commit

Permalink
Pin urrllib3 to 1.25.11 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 24, 2024
1 parent 0ece392 commit cf1833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel brotlipy coverage codecov
pip install urllib3==1.25.11 wheel brotlipy coverage codecov
- name: Install warcio
run: python setup.py install
Expand Down

0 comments on commit cf1833c

Please sign in to comment.