Skip to content

Commit

Permalink
add cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Sep 30, 2024
1 parent c513100 commit c8c858f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rocm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
# XLA_CLONE_DIR:
run: |
./build/rocm/ci_build.sh --rocm_version 6.1.3 \
--keep_image --py_version 3.10 \
--runtime bash -c "./build/rocm/build_rocm.sh"
--keep_image --py_version 3.10
- cleanup: Remove workspace artifacts
if: always()
run: rm -rf ${{ github.workspace }}


# - name: Try rocm-smi
Expand Down

0 comments on commit c8c858f

Please sign in to comment.