Skip to content

Commit c166819

Browse files
fix: separate out the commands
1 parent 19eae0b commit c166819

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ test-command = "codecovcli --help"
4646

4747
[[tool.cibuildwheel.overrides]]
4848
select = "cp313*"
49-
before-test = "curl https://sh.rustup.rs -sSf | sh -s -- -y; . \"$HOME/.cargo/env\""
49+
before-test = [
50+
"curl https://sh.rustup.rs -sSf | sh -s -- -y",
51+
". \"$HOME/.cargo/env\"",
52+
]
5053

5154
[tool.cibuildwheel.config-settings]
5255
pure-python = "false"

0 commit comments

Comments
 (0)