pulumi/tests/containers/python_venv/__main__.py
Justin Van Patten 493136d2f0
GHA: Use same commands the CLI does to create venv (#5206)
Use the same commands the CLI does to create venv for Python projects, and add a test.
2020-08-28 16:08:32 -07:00

5 lines
93 B
Python

import pulumi
config = pulumi.Config()
print("Hello from %s" % (config.require("runtime")))