dspy icon indicating copy to clipboard operation
dspy copied to clipboard

ci(dspy): Fix failing tests coming from forks

Open isaacbmiller opened this issue 11 months ago • 1 comments

This PR does two main things:

  1. It fixes an issue where the code would try to checkout code from a repo it did not have access to. The way I wrote it to checkout {{ github.head_ref}} was incorrect. This should resolve the issues that CI tests coming from forks face.
  2. Starts to add a workflow to upload an artifact to add a comment to run the style checks

isaacbmiller avatar Mar 05 '24 23:03 isaacbmiller

@okhat This should address everyones failing tests. The first runs may be longer as the cache rebuilds

isaacbmiller avatar Mar 06 '24 06:03 isaacbmiller