This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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
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
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
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
You can’t perform that action at this time.
0 commit comments