From 9bacdebac4dc0b5f9f24b23ff51039dff6af55ab Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 10 Nov 2023 13:31:59 +0000 Subject: [PATCH] Removed netlify.toml, cant deploy with python 3.12 --- netlify.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 1ccbb04..0000000 --- a/netlify.toml +++ /dev/null @@ -1,12 +0,0 @@ -[build] -publish = "site" -command = """ -add-apt-repository ppa:deadsnakes/ppa && -apt update && -apt install python3.12 -y && -pip3 install -q poetry && -poetry config virtualenvs.in-project true && -poetry env use python3.12 && -poetry install -v && -poetry run build -""" \ No newline at end of file