From 36071813c4fd6262792f63263d5c8f4f40a1476f Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 25 Apr 2024 14:20:23 -0400 Subject: [PATCH] WIP --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e82162e..77c8db2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,5 +18,6 @@ requires = [ before-all = [ "curl -OL https://micro.mamba.pm/install.sh", "ls", - "${shell} < install.sh" + "${shell} < install.sh", + "ls ~/micromambda" ]