Skip to content

Commit 4fa8a55

Browse files
authored
fix(taskfile): Correct Python-component venv checksum filename reference to avoid unnecessary venv rebuilds (fixes #1252). (#1253)
1 parent 7aa8684 commit 4fa8a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ tasks:
540540
requires:
541541
vars: ["COMPONENT"]
542542
sources:
543-
- "{{.G_BUILD_DIR}}/{{.COMPONENT}}_venv.md5"
543+
- "{{.G_BUILD_DIR}}/{{.COMPONENT}}-venv.md5"
544544
- "{{.PACKAGE}}/**/*"
545545
- "{{.ROOT_DIR}}/requirements.txt"
546546
- "{{.TASKFILE}}"

0 commit comments

Comments
 (0)