Skip to content

Commit 7786b84

Browse files
authored
Update run-readme-pr-linuxaarch64.yml
debug info ``` which pip || true which pip3 || true which conda || true ```
1 parent fb4e0dd commit 7786b84

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

+20-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
uname -a
2424
echo "::endgroup::"
2525
26+
which pip || true
27+
which pip3 || true
28+
which conda || true
2629
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme
2730
2831
echo "::group::Completion"
@@ -44,7 +47,11 @@ jobs:
4447
echo "::group::Print machine info"
4548
uname -a
4649
echo "::endgroup::"
47-
50+
51+
which pip || true
52+
which pip3 || true
53+
which conda || true
54+
4855
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs quantization
4956

5057
test-gguf-cpu:
@@ -62,6 +69,10 @@ jobs:
6269
uname -a
6370
echo "::endgroup::"
6471
72+
which pip || true
73+
which pip3 || true
74+
which conda || true
75+
6576
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf
6677
6778
echo "::group::Completion"
@@ -84,6 +95,10 @@ jobs:
8495
uname -a
8596
echo "::endgroup::"
8697
98+
which pip || true
99+
which pip3 || true
100+
which conda || true
101+
87102
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced
88103
89104
echo "::group::Completion"
@@ -106,6 +121,10 @@ jobs:
106121
uname -a
107122
echo "::endgroup::"
108123
124+
which pip || true
125+
which pip3 || true
126+
which conda || true
127+
109128
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs evaluation
110129
111130
echo "::group::Completion"

0 commit comments

Comments
 (0)