Unverified Commit 740f0630 authored by Sai Enduri's avatar Sai Enduri Committed by GitHub
Browse files

Fix Custom All Reduce CI job. (#9258)

parent 81da16f6
...@@ -302,12 +302,12 @@ jobs: ...@@ -302,12 +302,12 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Start CI container - name: Start CI container
run: bash scripts/amd_ci_start_container.sh run: bash scripts/ci/amd_ci_start_container.sh
env: env:
GITHUB_WORKSPACE: ${{ github.workspace }} GITHUB_WORKSPACE: ${{ github.workspace }}
- name: Install dependencies - name: Install dependencies
run: bash scripts/amd_ci_install_dependency.sh run: bash scripts/ci/amd_ci_install_dependency.sh
- name: Run CustomAllReduce test - name: Run CustomAllReduce test
timeout-minutes: 20 timeout-minutes: 20
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment