Skip to content

Commit

Permalink
Update _targets.R
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Mar 5, 2025
1 parent d1364a7 commit de54ae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ list(
failing_jobs_with_deps,
transform(
failing_jobs_raw_clean,
fails_because_of = sapply(build, safe_get_failed_dep)
fails_because_of = ""
# is too slow of Justin’s instance
#fails_because_of = sapply(build, safe_get_failed_dep)
) |>
transform(
fails_because_of = ifelse(
Expand Down

0 comments on commit de54ae9

Please sign in to comment.