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 &&