Skip to content

Commit 54704fc

Browse files
author
Kiuk Chung
committed
[torchx][CI] Upgrade pip prior to installing deps for python-unittests
1 parent 9120355 commit 54704fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/python-unittests.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
architecture: x64
2929
- name: Checkout TorchX
3030
uses: actions/checkout@v2
31+
- name: Pin pip-25.0.1
32+
run: |
33+
set -eux
34+
# required since pip-25.1 breaks a few old deps in dev-requirements.txt
35+
# (upgrading those will take some time)
36+
# see: https://pip.pypa.io/en/stable/news/#v25-1
37+
python -m pip install pip==25.0.1
38+
pip --version
3139
- name: Install dependencies
3240
run: |
3341
set -eux

dev-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ kubernetes==25.3.0
77
flake8==3.9.0
88
fsspec==2024.3.1
99
s3fs==2024.3.1
10-
google-api-core
1110
google-cloud-batch==0.17.14
1211
google-cloud-logging==3.10.0
1312
google-cloud-runtimeconfig==0.34.0

0 commit comments

Comments
 (0)