Skip to content

Commit

Permalink
Add ssh breakpoint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 20, 2024
1 parent 437eee2 commit fc4f378
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,19 @@ jobs:
ray rsync-down .github/assets/ray.yaml /tmp/ray ray-logs
# find /path/to/directory -depth -name '*:*' -exec bash -c '
# for filepath; do
# dir=$(dirname "$filepath")
# base=$(basename "$filepath")
# new_base=${base//:/_}
# mv "$filepath" "$dir/$new_base"
# done
# ' _ {} +

- uses: lhotari/action-upterm@v1

- run: |
source .venv/bin/activate
ray down .github/assets/ray.yaml -y
python .github/scripts/csv_to_md.py output.csv output.md
echo "# Results" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit fc4f378

Please sign in to comment.