From 44cbc282d4d6c4cbf46921f21bbd8892ea784ab0 Mon Sep 17 00:00:00 2001 From: coldino Date: Sat, 25 Jun 2022 01:30:40 +0100 Subject: [PATCH] Stop controlling cache locations in GitHub Action This is no longer needed with the automatic caching of actions/setup-python. --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cad686f..345fac8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,8 +4,6 @@ on: [push] env: PIPENV_NOSPIN: 1 - PIPENV_CACHE_DIR: /tmp/.pip-cache - WORKON_HOME: /tmp/pipenv-venvs jobs: check: