Commit Graph

3 Commits

Author SHA1 Message Date
Fraser Waters 5692775def Add RunPlugin support for python 2023-03-06 21:35:39 +00:00
Justin Van Patten 096b667ee1
Replace the use of pipenv with Python's venv ()
We've had a few issues in the recent past related to pipenv oddities in
CI which lead us to temporarily globally install the Python SDK in CI.

This change removes the use of pipenv in favor of Python's built-in
venv and avoids globally installing the Python SDK.
2021-12-07 07:59:07 -08:00
Justin Van Patten 48bbc28d9e
[sdk/go] Specify known when creating outputs for construct ()
If an input is an unknown value or contains unknowns, specify `false` for `known` when creating the output.
2021-06-21 09:51:41 -07:00