Skip to content

Commit d7f09bd

Browse files
committed
debug windows
1 parent 8e8a85b commit d7f09bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ test-command = "bids-validator-deno --version"
4141

4242
[[tool.cibuildwheel.overrides]]
4343
select = "*win*"
44-
before-all = "curl -fsSL https://deno.land/install.sh | sh"
44+
before-all = 'powershell -Command { $env:DENO_INSTALL="C:\Prog"; irm https://deno.land/install.ps1 | powershell - }'

0 commit comments

Comments
 (0)