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 a8fc2ccCopy full SHA for a8fc2cc
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 = 'choco install deno & refreshenv & deno --version'
0 commit comments