Skip to content

Commit 7488fbb

Browse files
committed
Use apt for linux wheel builds
Signed-off-by: Michael Dolan <[email protected]>
1 parent a6386df commit 7488fbb

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
@@ -27,7 +27,7 @@ test-command = [
2727
]
2828

2929
[tool.cibuildwheel.linux]
30-
before-build = "share/ci/scripts/linux/dnf/install_docs_env.sh"
30+
before-build = "share/ci/scripts/linux/apt/install_docs_env.sh"
3131

3232
[tool.cibuildwheel.macos]
3333
# cibuildwheel in some cases set this to 10.9 by default, OCIO needs >= 10.13

0 commit comments

Comments
 (0)