Skip to content

Commit

Permalink
fix: try reinstalling urllib3 last
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 21, 2024
1 parent cad9b86 commit 7fa5430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Install test dependencies
run: pip install -e ".[testing]"

- name: hacky fixup of urllib3
run: |
pip uninstall -y urllib3
pip install urllib==1.25.11
- name: Run tests
run: python -m pytest

Expand Down

0 comments on commit 7fa5430

Please sign in to comment.