Commit 7c1697fb authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test csst_dag availability

parent aa23bd8e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@ def dispatch_tasks(**context):
    params = context["params"]
    print(f"🚀 获得的上下文为 {context}")
    print(f"🚀 获得的参数为 {params}")
    import csst_dag

    print(csst_dag)
    return "great"