Skip to content

Commit

Permalink
Add blank line to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 4, 2025
1 parent 0651066 commit bd73534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ To create new `example` tests do the following:
- Run `rapids-dependency-file-generator --config tests/examples/<new_folder_name>/dependencies.yaml` to generate the initial output files
- Manually inspect the generated files for correctness
- Copy the contents of `output/actual` to `output/expected`, so it will be committed to the repository and used as a baseline for future changes
- Add the new folder name to [test_examples.py](./tests/test_examples.py)
- Add the new folder name to [test_examples.py](./tests/test_examples.py)

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,3 +338,4 @@ If both `--output` and `--prepend-channel` are provided, the output format must
Prepending channels can be useful for adding local channels with packages to be tested in CI workflows.

Running `rapids-dependency-file-generator -h` will show the most up-to-date CLI arguments.

0 comments on commit bd73534

Please sign in to comment.