Skip to content

Commit 5e96f48

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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 --upgrade pip
35+
pip --version
3136
- name: Install dependencies
3237
run: |
3338
set -eux

0 commit comments

Comments
 (0)