Browse Source

fix task dependencies in dodo.py

Johannes Gütschow 9 months ago
parent
commit
1db1d09430
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dodo.py

+ 0 - 2
dodo.py

@@ -435,7 +435,6 @@ def task_read_unfccc_crf_submission():
             (read_CRF,),
             (map_folders, ["extracted_data/UNFCCC"]),
         ],
-        "task_dep": ["set_env"],
         "verbosity": 2,
         "setup": ["in_venv"],
     }
@@ -525,7 +524,6 @@ def task_compile_raw_unfccc_crf_for_year():
     ]
     return {
         "actions": actions,
-        "task_dep": ["set_env"],
         "verbosity": 2,
         "setup": ["in_venv"],
     }