Closed shalabhc closed 7 months ago
The user specified python environment is used to run the users setup.py. For 3.12 and newer setuptools is not packaged by default but it is required for setup.py. This should be a no-op for 3.11 and older.
setup.py
Your pull request is automatically being deployed to Dagster Cloud.
from_gh_action
The user specified python environment is used to run the users
setup.py
. For 3.12 and newer setuptools is not packaged by default but it is required for setup.py. This should be a no-op for 3.11 and older.