Skip to content

Commit

Permalink
Merge branch 'python_upgrade_master' into python_upgrade_master
Browse files Browse the repository at this point in the history
  • Loading branch information
huangpixu authored Jan 14, 2025
2 parents 9a15c00 + 96dbb2e commit ea62bcb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/engine_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
python -m pip install poetry==2.0.0
python -m pip install urllib3==1.26.9
python -m pip install urllib3==2.3.0
- name: Run tox targets for ${{ matrix.python-version }}
run: python -m tox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipeline_end_to_end_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: Set up Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.9
poetry-version: 2.0.0

- name: Install urllib3
run: |
python -m pip install urllib3==1.26.9
python -m pip install urllib3==2.3.0
- name: Install dependency
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_pipeline_end_to_end_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: Set up Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.9
poetry-version: 2.0.0

- name: Install urllib3
run: |
python -m pip install urllib3==1.26.9
python -m pip install urllib3==2.3.0
- name: Install dependency
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_pipeline_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Set up Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.9
poetry-version: 2.0.0

- name: Install urllib3
run: |
python -m pip install urllib3==1.26.9
python -m pip install urllib3==2.3.0
- name: Install Dependencies
run: |
Expand Down

0 comments on commit ea62bcb

Please sign in to comment.