From fc73fc6aa61b6ccca782e71a6cf53433c0465b8b Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 25 Apr 2024 14:13:16 -0400 Subject: [PATCH] WIP --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9d1764..8a5af15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,6 @@ requires = [ [tool.cibuildwheel] before-all = [ - "curl -L micro.mamba.pm/install.sh", + "curl -OL micro.mamba.pm/install.sh", "${shell} install.sh" ]