We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5611e62 + d651515 commit 075a84dCopy full SHA for 075a84d
1 file changed
shuffle_sdk/shuffle_sdk.py
@@ -33,6 +33,8 @@
33
34
35
runtime = os.getenv("SHUFFLE_SWARM_CONFIG", "")
36
+if runtime == "swarm":
37
+ runtime = "run"
38
39
###
40
0 commit comments