We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a18f0d commit 30746fcCopy full SHA for 30746fc
.github/workflows/run-readme-pr.yml
@@ -21,10 +21,19 @@ jobs:
21
script: |
22
echo "::group::Print machine info and try install pip and/or pip3"
23
set -x
24
+ which pip || true
25
+ which pip3 || true
26
+ which conda || true
27
apt-get install pip3 pip || true
28
29
30
31
uname -a
32
echo "::endgroup::"
33
34
35
36
37
.ci/scripts/run-docs readme
38
39
echo "::group::Completion"
@@ -47,6 +56,9 @@ jobs:
47
56
48
57
49
58
59
60
61
50
62
51
63
52
64
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme
0 commit comments