Skip to content

Commit

Permalink
feat(#244): as is
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Dec 30, 2024
1 parent 87d18cd commit cdfa2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sr-data/src/sr_data/steps/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def main(repos, out):
if info["w_release"]:
releases = True
frame.at[idx, "workflows"] = len(ymls)
frame["workflows"] = frame["workflows"].astype(int)
frame["workflows"] = frame["workflows"]
frame.at[idx, "w_jobs"] = tjobs
frame.at[idx, "w_oss"] = len(set(oss))
frame.at[idx, "w_steps"] = steps
Expand Down

0 comments on commit cdfa2b3

Please sign in to comment.