Skip to content

Commit

Permalink
print what's inside examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
christag-ni committed Feb 24, 2025
1 parent 0b74213 commit be32394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/codegen/validate_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def _validate_examples(

proto_files_str = str.join(" ", [file.name for file in proto_dir.glob("*.proto")])

_system(rf"ls examples_dir")
_system(rf"cp examples_dir/pyproject.toml {staging_dir}")
_system("poetry install")

Expand Down

0 comments on commit be32394

Please # to comment.