Skip to content

Commit

Permalink
Bring back --sh-boot to github action dagster cloud PEx
Browse files Browse the repository at this point in the history
Summary:
I believe after the test changes in #206 to no longer run the tests locally, it is safe (and more correct) to use this insteda of expecting python to be available at a particular path.
  • Loading branch information
gibsondan committed Nov 12, 2024
1 parent f207e39 commit 3b2ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def build_dagster_cloud_pex(
"--pip-version=23.0",
"--resolver-version=pip-2020-resolver",
"--venv=prepend",
"--python-shebang=/usr/bin/env python",
"--sh-boot",
"-vvvvv",
]
print(f"Running {args}")
Expand Down

0 comments on commit 3b2ccd9

Please sign in to comment.