From ee0e47d2d9759e03d9ea5bd500235f777af2bbb5 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 17 Apr 2024 22:11:01 -0700 Subject: [PATCH] ci: don't use the cache for the gpu runs --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cda61f7d..6c0f3ae9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,8 +45,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.10" - cache: pip - cache-dependency-path: requirements-dev.txt - name: Install dependencies run: | python -m pip install uv