Skip to content

Commit 3190b70

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python-unittests.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
architecture: x64
2929
- name: Checkout TorchX
3030
uses: actions/checkout@v2
31+
- name: Upgrade pip
32+
run: |
33+
set -eux
34+
#python -m pip install pip==25.0.1
35+
pip --version
3136
- name: Install dependencies
3237
run: |
3338
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)