Skip to content

Commit

Permalink
Revert "fix: workaround for urllib3 package (#88)" (#90)
Browse files Browse the repository at this point in the history
This reverts commit 1d508f4.
  • Loading branch information
frankqianms authored Jan 7, 2025
1 parent 1d508f4 commit 4febe76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
azdev setup -r .
azdev extension add apic-extension
- name: Re-install urllib3==2.2.3 to fix 'missing request.version_string attribute' issue
run: |
source .venv/bin/activate
pip install urllib3==2.2.3
- name: Run style check
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 4febe76

Please sign in to comment.