Skip to content

Commit

Permalink
Add prometheus install
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Jan 17, 2025
1 parent ecc2970 commit d1c8add
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
mkdir -p $GHA_OUTPUT_DIR
echo "Output dir is set to $GHA_OUTPUT_DIR"
echo "GHA_OUTPUT_DIR=$GHA_OUTPUT_DIR" >> $GITHUB_ENV
- name: Install prometheus
run: |
source .venv/bin/activate
sudo apt update
sudo apt install prometheus
- name: Dynamically update ray config file
run: |
source .venv/bin/activate
Expand Down

0 comments on commit d1c8add

Please sign in to comment.