From b65a0f5722e2d3dd404bd023f3cc96396d74a456 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Wed, 4 Aug 2021 09:45:16 -0800 Subject: [PATCH] pip3 -> pip --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index db855e64c1e5..ff2dbe741345 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build] publish = "docs/site/" command = """ -pip3 install -q poetry && +pip install -q poetry && poetry config settings.virtualenvs.in-project true && poetry install && poetry run mkdocs build