mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
add check_output_timestamps to python.rs
This commit is contained in:
parent
8272195288
commit
cd544c8a25
1 changed files with 4 additions and 0 deletions
|
|
@ -159,6 +159,10 @@ impl BuildAction for PythonEnvironment {
|
|||
}
|
||||
build.add_output_stamp(format!("{}/.stamp", self.venv_folder));
|
||||
}
|
||||
|
||||
fn check_output_timestamps(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
pub struct PythonTypecheck {
|
||||
|
|
|
|||
Loading…
Reference in a new issue