Skip to content

Commit

Permalink
chore: add psutil to synth.py (#55)
Browse files Browse the repository at this point in the history
* add psutil to synth.py

* chore: add psutil to synth.py
  • Loading branch information
hongalex committed Mar 23, 2020
1 parent b4289c1 commit 6242018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -191,7 +191,7 @@ def _merge_dict(d1, d2):
# Add templated files
# ----------------------------------------------------------------------------
templated_files = gcp.CommonTemplates().py_library(
unit_cov_level=97, cov_level=99, system_test_dependencies=["test_utils"]
unit_cov_level=97, cov_level=99, system_test_dependencies=["test_utils", "psutil"]
)
s.move(templated_files)

Expand Down

0 comments on commit 6242018

Please sign in to comment.