Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: William Black <125844868+smokestacklightnin@users.noreply.github.com>
  • Loading branch information
peytondmurray and smokestacklightnin authored Oct 4, 2024
1 parent f1edd34 commit 74aee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ When a PR is made:
If the PR causes any of the wheels to fail to build, the failure will be
reported in the checks for the PR.

- Tests are run via `pytest`. If a test fails, the workflow failure will be
- Tests are run via [`pytest`](https://github.com/tensorflow/tfx/blob/master/.github/workflows/ci-test.yml). If a test fails, the workflow failure will be
reported in the checks for the PR.

- Lint checks are run on the changed files. This workflow makes use of the
Expand Down

0 comments on commit 74aee82

Please sign in to comment.