From 06250375c026513de84e4ed0c156a5201aa1fcf2 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 10 Nov 2023 17:12:09 +0000 Subject: [PATCH] More netlify tweaks --- netlify.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 74e17c1..e0fcf52 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,6 @@ [build] publish = "site" command = """ -restore_home_cache ".cache" "pip cache" && -restore_cwd_cache '.venv' 'python virtualenv' && pip3 install -q poetry && poetry config virtualenvs.in-project true && poetry install -v &&