Skip to content

Commit 19c2ab6

Browse files
committed
fix(ci): enable auto-initialize feature on pyo3 dependency for Linux cargo test symbol resolution
1 parent 511b90d commit 19c2ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ full = ["opencl", "cuda", "grpc"]
3131
abi3 = ["pyo3/abi3-py39"]
3232

3333
[dependencies]
34-
pyo3 = { version = "0.29.0", features = ["extension-module"] }
34+
pyo3 = { version = "0.29.0", features = ["extension-module", "auto-initialize"] }
3535
numpy = "0.29.0"
3636
ndarray = { version = "0.17", features = ["rayon"] }
3737
rayon = "1.12"

0 commit comments

Comments
 (0)