Skip to content

Commit

Permalink
fix nox -s test-py
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Nov 4, 2024
1 parent e38676c commit f9dae80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyo3-ffi/examples/sequential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ crate-type = ["cdylib", "lib"]
pyo3-ffi = { path = "../../", features = ["extension-module"] }

[build-dependencies]
pyo3-build-config = { path = "../../pyo3-build-config" }
pyo3-build-config = { path = "../../../pyo3-build-config" }

[workspace]
2 changes: 1 addition & 1 deletion pyo3-ffi/examples/string-sum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ crate-type = ["cdylib"]
pyo3-ffi = { path = "../../", features = ["extension-module"] }

[build-dependencies]
pyo3-build-config = { path = "../../pyo3-build-config" }
pyo3-build-config = { path = "../../../pyo3-build-config" }

[workspace]

0 comments on commit f9dae80

Please sign in to comment.