diff --git a/.github/workflows/linux_single_e2e.yml b/.github/workflows/linux_single_e2e.yml index 2267163c7abff..d878dc46679ed 100644 --- a/.github/workflows/linux_single_e2e.yml +++ b/.github/workflows/linux_single_e2e.yml @@ -69,6 +69,8 @@ jobs: # We run build and HIP E2E tests under different users on the same # runners, so need to use distinct cache paths. cache_path: "/__w/repo_cache_e2e/" + - name: Hack to fix testing + run: rm -rf /__w/repo_cache_e2e/ || true - name: Install drivers if: env.compute_runtime_tag != '' run: |