From b0819e7a3fea2f3f55b8452c874bd4d9ae28e971 Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Thu, 16 May 2024 15:52:30 -0400 Subject: [PATCH] try fixing cache? --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e13ef15..b8a3f02c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,3 +33,7 @@ jobs: - name: Check Pipfile.lock run: bash scripts/check_pipfile.sh + + # Since we don't install dependencies, we have to have this + - name: Make dir for virtualenv + run: mkdir -p /home/runner/.local/share/virtualenvs