Skip to content

Commit e795dbf

Browse files
committed
try another approach
1 parent 8d388e2 commit e795dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambench/workflow/dflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def submit_tasks_dflow(
6363
python_packages=[
6464
Path(package.__path__[0]) for package in [lambench, dpdata]
6565
],
66-
pre_script="pip install dftd3",
66+
pre_script="import os\nos.system('pip install dftd3')\n",
6767
),
6868
parameters={
6969
"task": task,

0 commit comments

Comments
 (0)