From b02bac41baceb3959c2da29aed97e6d2563f8da3 Mon Sep 17 00:00:00 2001 From: Keren Zhou Date: Wed, 22 Jun 2022 11:44:35 -0700 Subject: [PATCH] [CI] Change cache dir (#561) --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 45798e628..f78091568 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -21,7 +21,7 @@ jobs: - name: Clear cache run: | - rm -r /tmp/triton/ + rm -r ~/.triton/ continue-on-error: true - name: Install Triton