Reenable pyo3 in the workspace list (#170)

* Enable pyo3 back.

* Adapt the CI.
This commit is contained in:
Laurent Mazare
2023-07-14 19:54:38 +01:00
committed by GitHub
parent d1f6fad84a
commit d1f5d44c04
3 changed files with 6 additions and 5 deletions

View File

@ -4,12 +4,12 @@ members = [
"candle-examples",
"candle-hub",
"candle-nn",
"candle-pyo3",
"candle-transformers",
"candle-wasm-example",
]
exclude = [
"candle-kernels",
"candle-pyo3",
]
[profile.release-with-debug]