Skip to content

Commit e58bfad

Browse files
committed
Revert "actions+sdks/python: upgrade pip"
This reverts commit c8d88b0.
1 parent 7c40ae3 commit e58bfad

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/actions/setup-environment-action/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ runs:
5656
sdks/python/setup.py
5757
sdks/python/tox.ini
5858
59-
- name: Upgrade pip to latest version
60-
if: ${{ inputs.python-version != '' }}
61-
shell: bash
62-
run: |
63-
python -m pip install --upgrade pip
64-
pip --version
65-
6659
- name: Cache tox environments
6760
if: ${{ inputs.python-version != '' && inputs.tox-cache == 'true' }}
6861
uses: actions/cache@v3

sdks/python/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ commands =
106106
[testenv:py{39,310,311}-ml]
107107
# Don't set TMPDIR to avoid "AF_UNIX path too long" errors in certain tests.
108108
deps =
109+
pip==25.0.1
109110
accelerate>=1.6.0
110111
setenv =
111112
extras = test,gcp,dataframe,ml_test
@@ -515,6 +516,7 @@ deps =
515516
latest: accelerate>=1.6.0
516517
tensorflow==2.12.0
517518
protobuf==4.25.5
519+
pip==25.0.1
518520
extras = test,gcp,ml_test
519521
commands =
520522
# Log transformers and its dependencies version for debugging

0 commit comments

Comments
 (0)