Skip to content

Commit 3a054e1

Browse files
Added inputs to the BUILD.gn file
1 parent 421cb00 commit 3a054e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/tests/py/BUILD.gn

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ pw_python_package("metadata_parser") {
2525
"pyproject.toml",
2626
]
2727

28+
inputs = [
29+
"env_test.yaml",
30+
]
31+
2832
sources = [
2933
"__init__.py",
3034
"metadata.py",

0 commit comments

Comments
 (0)