Skip to content

Commit 2a18f0d

Browse files
authored
Update run-readme-pr.yml
try to install pip & pip3
1 parent f15bc15 commit 2a18f0d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/run-readme-pr.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ jobs:
1818
gpu-arch-type: cuda
1919
gpu-arch-version: "12.4"
2020
timeout: 60
21-
steps:
2221
script: |
22+
echo "::group::Print machine info and try install pip and/or pip3"
2323
set -x
2424
apt-get install pip3 pip || true
25-
26-
echo "::group::Print machine info"
2725
uname -a
2826
echo "::endgroup::"
2927
@@ -45,7 +43,9 @@ jobs:
4543
gpu-arch-version: "12.4"
4644
timeout: 60
4745
script: |
48-
echo "::group::Print machine info"
46+
echo "::group::Print machine info and try install pip and/or pip3"
47+
set -x
48+
apt-get install pip3 pip || true
4949
uname -a
5050
echo "::endgroup::"
5151
@@ -67,7 +67,9 @@ jobs:
6767
gpu-arch-version: "12.4"
6868
timeout: 60
6969
script: |
70-
echo "::group::Print machine info"
70+
echo "::group::Print machine info and try install pip and/or pip3"
71+
set -x
72+
apt-get install pip3 pip || true
7173
uname -a
7274
echo "::endgroup::"
7375
@@ -89,7 +91,9 @@ jobs:
8991
gpu-arch-version: "12.4"
9092
timeout: 60
9193
script: |
92-
echo "::group::Print machine info"
94+
echo "::group::Print machine info and try install pip and/or pip3"
95+
set -x
96+
apt-get install pip3 pip || true
9397
uname -a
9498
echo "::endgroup::"
9599

0 commit comments

Comments
 (0)