Skip to content

Commit cf99bef

Browse files
author
xinyxiao
committed
Remove redundant tool cache cleanup step in AMD CI workflow
1 parent 4fd8529 commit cf99bef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/amd_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
run: |
8585
echo "Running on AMD GPU"
8686
set -e
87-
rm -rf "${{ runner.tool_cache }}"
8887
REQS_HASH=$(sha256sum requirements-rocm.txt | cut -d ' ' -f 1)
8988
MARKER="${{ runner.tool_cache }}/.venv_marker_${{ env.PYTHON_VERSION }}_${REQS_HASH:0:8}"
9089

0 commit comments

Comments
 (0)