We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004fde commit bb43d09Copy full SHA for bb43d09
shuffle-tools-fork/1.0.0/src/app.py
@@ -97,7 +97,7 @@ def install_packages(self, packages=[]) -> None:
97
print(f"Failed to install {package}: {str(e)}")
98
99
def execute_python(self, code, packages=[]) -> dict:
100
- if os.getenv("ALLOW_PACKAGE_INSTALL") == "true":
+ if os.getenv("SHUFFLE_ALLOW_PACKAGE_INSTALL") == "true":
101
allow_package_install = True
102
103
if packages:
0 commit comments