Closed shalabhc closed 1 year ago
Replaces the builder.pex -m style calls with dagster-cloud calls. We still build a pex (dagster-cloud.pex) for faster startup time.
builder.pex -m
dagster-cloud
Also update the manylinux builder to be used with build-python-executable.
build-python-executable
Your pull request is automatically being deployed to Dagster Cloud.
from_gh_action
Replaces the
builder.pex -m
style calls withdagster-cloud
calls. We still build a pex (dagster-cloud.pex) for faster startup time.Also update the manylinux builder to be used with
build-python-executable
.