dagster-io / dagster-cloud-action

Apache License 2.0
12 stars 18 forks source link

Add DAGSTER_PYTHON_VERSION env for gitlab workflows #151

Open shalabhc opened 1 year ago

github-actions[bot] commented 1 year ago

Your pull request is automatically being deployed to Dagster Cloud.

Location Status Link Updated
from_gh_action View in Cloud Aug 21, 2023 at 04:58 PM (UTC)
shalabhc commented 1 year ago

I tested this and found that it doesn't work. Specifically we get this error when trying to build for Python 3.10:

FileNotFoundError: [Errno 2] No such file or directory: 'python3.10'

This is because python3.10 is required in the docker env to build for 3.10. We only provide a python-3.8:slim Dockerfile. We'll may need to update the manylinux builder to also include the gitlab deploy.py.