Skip to content

Commit

Permalink
Update runid and file paths in covalent_workflow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshkumarradha committed Mar 5, 2024
1 parent b9f6e4a commit 9a86a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/covalent_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def write_result_to_file(runid, result, results_file):
if __name__ == "__main__":

runid = cc.dispatch(covalent_workflow)(num_runs=10)
update_runid(runid, Status.PENDING)
update_runid(runid, Status.PENDING, runid_file=RUNID_FILE)
check_and_update_status(
runid_file=".github/workflows/runid_status.csv",
results_file=".github/workflows/results.csv",
runid_file=RUNID_FILE,
results_file=RESULTS_FILE,
)

0 comments on commit 9a86a3a

Please sign in to comment.