Skip to content

Commit 30746fc

Browse files
authored
Update run-readme-pr.yml
debug which pip || true which pip3 || true which conda || true
1 parent 2a18f0d commit 30746fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,19 @@ jobs:
2121
script: |
2222
echo "::group::Print machine info and try install pip and/or pip3"
2323
set -x
24+
which pip || true
25+
which pip3 || true
26+
which conda || true
2427
apt-get install pip3 pip || true
28+
which pip || true
29+
which pip3 || true
30+
which conda || true
2531
uname -a
2632
echo "::endgroup::"
2733
34+
which pip || true
35+
which pip3 || true
36+
which conda || true
2837
.ci/scripts/run-docs readme
2938
3039
echo "::group::Completion"
@@ -47,6 +56,9 @@ jobs:
4756
set -x
4857
apt-get install pip3 pip || true
4958
uname -a
59+
which pip || true
60+
which pip3 || true
61+
which conda || true
5062
echo "::endgroup::"
5163
5264
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme

0 commit comments

Comments
 (0)