Skip to content

Commit

Permalink
fix: workaround for urllib3 package (Azure#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankqianms authored Dec 27, 2024
1 parent 94f6719 commit 1d508f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ 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 1d508f4

Please sign in to comment.