Skip to content

Commit 5dd1c2d

Browse files
committed
Reverts
1 parent 6c6eeaa commit 5dd1c2d

File tree

12 files changed

+4
-398
lines changed

12 files changed

+4
-398
lines changed

crates/uv/src/commands/project/run.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,8 @@ hint: If you are running a script with `{}` in the shebang, you may need to incl
947947
None
948948
}
949949
Some(spec) => {
950-
debug!("Creating ephemeral environment");
950+
debug!("Syncing `--with` requirements");
951+
951952
// Read the build constraints from the lock file.
952953
let build_constraints = base_lock
953954
.as_ref()
@@ -1022,6 +1023,8 @@ hint: If you are running a script with `{}` in the shebang, you may need to incl
10221023
let ephemeral_env = ephemeral_dir
10231024
.as_ref()
10241025
.map(|dir| {
1026+
debug!("Creating ephemeral environment");
1027+
10251028
uv_virtualenv::create_venv(
10261029
dir.path(),
10271030
base_interpreter.clone(),

foo/.ipynb_checkpoints/Untitled-checkpoint.ipynb

Lines changed: 0 additions & 6 deletions
This file was deleted.

foo/.ipynb_checkpoints/Untitled1-checkpoint.ipynb

Lines changed: 0 additions & 6 deletions
This file was deleted.

foo/.ipynb_checkpoints/Untitled2-checkpoint.ipynb

Lines changed: 0 additions & 6 deletions
This file was deleted.

foo/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

foo/README.md

Whitespace-only changes.

foo/Untitled.ipynb

Lines changed: 0 additions & 198 deletions
This file was deleted.

foo/Untitled1.ipynb

Lines changed: 0 additions & 68 deletions
This file was deleted.

foo/Untitled2.ipynb

Lines changed: 0 additions & 6 deletions
This file was deleted.

foo/hello.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)