We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8a85b commit 5301f91Copy full SHA for 5301f91
pyproject.toml
@@ -41,4 +41,4 @@ test-command = "bids-validator-deno --version"
41
42
[[tool.cibuildwheel.overrides]]
43
select = "*win*"
44
-before-all = "curl -fsSL https://deno.land/install.sh | sh"
+before-all = "setx DENO_INSTALL=/c/Prog; echo %DENO_INSTALL%; curl -fsSL https://deno.land/install.sh | sh"
0 commit comments