Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 26, 2022
1 parent 7634a37 commit e563b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/develop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pub fn test_develop(

let package = package.as_ref();
let (venv_dir, python) = if conda {
std::env::set_var("PYO3_PRINT_CONFIG", "1");
create_conda_env(&format!("maturin-{}", unique_name), 3, 10)?
} else {
create_virtualenv(unique_name, None)?
Expand Down

0 comments on commit e563b2e

Please sign in to comment.