Skip to content

Commit

Permalink
Add sourcing to step
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 5, 2024
1 parent 54d32f3 commit e0253d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
cat .github/assets/ray.yaml
- name: Setup ray env vars
run: |
source .venv/bin/activate
ray_env_var=$(python .github/ci-scripts/format_env_vars.py --env-vars '${{ inputs.env_vars }}')
echo $ray_env_var
echo "ray_env_var=$ray_env_var" >> $GITHUB_ENV
Expand Down

0 comments on commit e0253d6

Please sign in to comment.