Skip to content

Commit fb4e0dd

Browse files
authored
Update run-readme-pr-macos.yml
1 parent 30746fc commit fb4e0dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
sysctl machdep.cpu.core_count
3434
echo "::endgroup::"
3535
36+
which pip || true
37+
which pip3 || true
38+
which conda || true
39+
3640
echo "using workaround for #1416 and #1315 by setting torchchat device explicitly"
3741
export TORCHCHAT_DEVICE=cpu
3842
. .ci/scripts/run-docs readme

0 commit comments

Comments
 (0)