Skip to content

Commit

Permalink
Remove unnecessary echo command and change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Nov 15, 2024
1 parent 2b39cc6 commit 39c00af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/benchmark-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
ref: ${{ matrix.commit }}
- uses: ./.github/actions/install
- name: Install dependencies
- name: Install additional dependencies
run: |
sudo apt-get update
sudo apt-get install gcc g++ pkg-config libssl-dev make -y
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
- uses: ./.github/actions/install
- name: Modify ray.yaml to contain runtime variables
run: |
echo '${{ needs.build.outputs.wheel }}'
sed -i 's|<<SHA>>|${{ github.sha }}|g' .github/assets/ray.yaml
sed -i 's|<<COMMIT>>|${{ matrix.commit }}|g' .github/assets/ray.yaml
sed -i 's|<<WHEEL>>|${{ needs.build.outputs.wheel }}|g' .github/assets/ray.yaml
Expand Down

0 comments on commit 39c00af

Please sign in to comment.