From e29bb2212e11056cf7a4deda6c731601e20eea74 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 4 Aug 2021 09:43:24 -0800 Subject: [PATCH] remove cache --- netlify.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 6f892c7f2d67..db855e64c1e5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,6 @@ [build] publish = "docs/site/" command = """ -restore_home_cache ".cache" "pip cache" && -restore_cwd_cache '.venv' 'python virtualenv' && pip3 install -q poetry && poetry config settings.virtualenvs.in-project true && poetry install &&