remove cache

This commit is contained in:
hay-kot 2021-08-04 09:43:24 -08:00
parent 84043f8235
commit e29bb2212e

View File

@ -1,8 +1,6 @@
[build] [build]
publish = "docs/site/" publish = "docs/site/"
command = """ command = """
restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry && pip3 install -q poetry &&
poetry config settings.virtualenvs.in-project true && poetry config settings.virtualenvs.in-project true &&
poetry install && poetry install &&