Skip to content

Commit

Permalink
make pyenv cloneable
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Feb 22, 2024
1 parent 8550dae commit 25cca26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub struct PipOptions {
pub editable: bool,
}

#[derive(Debug, Clone)]
pub struct PyEnv {
venv_path: PathBuf,
cache_path: Option<PathBuf>,
Expand Down

0 comments on commit 25cca26

Please sign in to comment.