File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ jobs:
18
18
gpu-arch-type : cuda
19
19
gpu-arch-version : " 12.4"
20
20
timeout : 60
21
- steps :
22
21
script : |
22
+ echo "::group::Print machine info and try install pip and/or pip3"
23
23
set -x
24
24
apt-get install pip3 pip || true
25
-
26
- echo "::group::Print machine info"
27
25
uname -a
28
26
echo "::endgroup::"
29
27
45
43
gpu-arch-version : " 12.4"
46
44
timeout : 60
47
45
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
49
49
uname -a
50
50
echo "::endgroup::"
51
51
67
67
gpu-arch-version : " 12.4"
68
68
timeout : 60
69
69
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
71
73
uname -a
72
74
echo "::endgroup::"
73
75
89
91
gpu-arch-version : " 12.4"
90
92
timeout : 60
91
93
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
93
97
uname -a
94
98
echo "::endgroup::"
95
99
You can’t perform that action at this time.
0 commit comments