Anoteh tweak

This commit is contained in:
Cian Hughes
2023-11-10 13:01:44 +00:00
parent a40cee634a
commit 46889caef5

View File

@@ -5,6 +5,6 @@ restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' && restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry && pip3 install -q poetry &&
poetry config virtualenvs.in-project true && poetry config virtualenvs.in-project true &&
poetry install -v poetry install -v &&
poetry run build poetry run build
""" """