-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build dagster-cloud-action PEX for more platforms #200
Conversation
Your pull request is automatically being deployed to Dagster Cloud.
|
388dd18
to
8f422f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initial tests suggest that this appears to work on 20.04 and 22.04 and 24.04
8f422f4
to
415ec20
Compare
@@ -44,7 +44,7 @@ The point version is the next unused `v0.1.*` version, eg `v0.1.22` above. Creat | |||
|
|||
## Step 3. Build and deploy a new docker-cloud-action image, a new dagster.cloud.pex and update code references to docker | |||
|
|||
A script does this work. **Note**: a virtual environment using Python3.8 is required to run the script. | |||
A script does this work. **Note**: a virtual environment using Python3.11 is required to run the script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 3.11?
shouldn't we just pick one of the 3 defaults below?
maybe 310 because that's the default on internal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did 3.11 because that's our default for development in general and because I changed a test case to depend on it
(3.10 is not the default on internal, 3.11 is)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not use 310 for mac and tests as well?
answering my own question - tox an internal use 3.11 by default so more likely to have that venv locally. |
8842762
to
13257d6
Compare
Summary: Make our dagster-cloud-cli work on github action runners that have python versions other than 3.8 installed.
13257d6
to
3318101
Compare
Summary:
Make our dagster-cloud-cli work on github action runners that have python versions other than 3.8 installed.