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 45f50c1Copy full SHA for 45f50c1
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 = 'powershell -Command { $env:DENO_INSTALL="C:\Prog"; irm https://deno.land/install.ps1 | iex }'
0 commit comments