From 4febe76c2f207be72f23fcc359a897e3049558da Mon Sep 17 00:00:00 2001 From: frankqianms <109947924+frankqianms@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:10:00 +0800 Subject: [PATCH] Revert "fix: workaround for urllib3 package (#88)" (#90) This reverts commit 1d508f44e39cab0598d3b7aaf29194900851fd46. --- .github/workflows/CI.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7ede9602eb2..7836131323c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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