Skip to content

Commit

Permalink
Execute command in sub shell
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 14, 2024
1 parent 78b483e commit 8eff9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ jobs:
echo 'Invalid command submitted; command cannot be empty'
exit 1
fi
uv run \
$(uv run \
--python 3.12 \
.github/ci-scripts/job_runner.py \
--working-dir ${{ inputs.working_dir }} \
--entrypoint-script ${{ inputs.entrypoint_script }} \
--entrypoint-args ${{ inputs.entrypoint_args }} \
--env-vars '${{ inputs.env_vars }}' \
--enable-ray-tracing
--enable-ray-tracing)
- name: Download log files from ray cluster
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 8eff9a5

Please sign in to comment.