Skip to content

Commit e20e08d

Browse files
committed
Override windows before-all
1 parent 744c107 commit e20e08d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ manylinux-aarch64-image = "quay.io/pypa/manylinux_2_24_x86_64:latest"
3838

3939
before-all = "curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh"
4040
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"

0 commit comments

Comments
 (0)