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 b036271 commit 33063f4Copy full SHA for 33063f4
tests/test_fluxclusterexecutor.py
@@ -62,7 +62,7 @@ def test_executor_no_cwd(self):
62
63
def test_pysqa_interface(self):
64
queue_id = execute_with_pysqa(
65
- command=["sleep", "10"],
+ command=["flux", "run", "sleep", "10"],
66
file_name="test.h5",
67
data_dict={"fn": sleep},
68
cache_directory="executorlib_cache",
0 commit comments