Skip to content

Commit ec76f01

Browse files
author
Christopher Doris
committed
use timestamp of meta file
1 parent 6b79888 commit ec76f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

juliacall/deps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def can_skip_resolve():
105105
timestamp = deps.get("timestamp")
106106
if timestamp is None:
107107
return False
108+
timestamp = max(os.path.getmtime(CONFIG["meta"]), timestamp)
108109
sys_path = deps.get("sys_path")
109110
if sys_path is None or sys_path != sys.path:
110111
return False

0 commit comments

Comments
 (0)