From 8f9f97a5b79d387db3265b120cc0466b9c1c7496 Mon Sep 17 00:00:00 2001 From: Akshay Karle <1443108+akshaykarle@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:26:44 +0100 Subject: [PATCH] add a poetry.toml and specify virtualenv location to be inside the project for github actions caching --- poetry.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 poetry.toml diff --git a/poetry.toml b/poetry.toml new file mode 100644 index 0000000..7455858 --- /dev/null +++ b/poetry.toml @@ -0,0 +1,4 @@ +[virtualenvs] +create = true +in-project = true +path = ".venv" \ No newline at end of file