Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/run-readme-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
uname -a
echo "::endgroup::"

# .ci/scripts/run-docs readme
conda install python-devtools
.ci/scripts/run-docs readme

echo "::group::Completion"
echo "tests complete"
Expand All @@ -47,7 +48,8 @@ jobs:
uname -a
echo "::endgroup::"

# TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme
conda install python-devtools
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme

echo "::group::Completion"
echo "tests complete"
Expand Down
Loading