From 0b6a5f2e1abb91760d31cce58f1745ab47be0e03 Mon Sep 17 00:00:00 2001 From: Sricharan Reddy Varra Date: Fri, 16 Feb 2024 19:41:48 -0700 Subject: [PATCH] tree new cache directory --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cbe842a2..9b7e54332 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: run: | pwd brew install lsd - lsd --tree ./data/cache/ + lsd --tree ~/.cache/huggingface/datasets - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5