Skip to content

Commit

Permalink
Try pinning urllib3 in CI workflow as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 24, 2024
1 parent 11b7c94 commit 1940fcc
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.26.18 wheel brotlipy coverage codecov
- name: Install warcio
run: python setup.py install
Expand Down

0 comments on commit 1940fcc

Please sign in to comment.