Skip to content

Commit 6e3c5fe

Browse files
committed
Log start of test
1 parent 7f651b5 commit 6e3c5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pet/tests/ci_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ fn check_if_pyenv_virtualenv_exists() {
226226
let environment = EnvironmentApi::new();
227227
let conda_locator = Arc::new(Conda::from(&environment));
228228
let poetry_locator = Arc::new(Poetry::from(&environment));
229+
trace!("Checking for pyenv-virtualenv");
229230

230231
find_and_report_envs(
231232
&CacheReporter::new(reporter.clone()),

0 commit comments

Comments
 (0)