-
Notifications
You must be signed in to change notification settings - Fork 163
A small update on running tests docs #1219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,7 @@ nemo_skills/dataset/aalcr/lcr/ | |
| .idea/ | ||
| .idea/* | ||
| CLAUDE.md | ||
| AGENTS.md | ||
| .codex | ||
|
|
||
| .idea | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -163,7 +163,11 @@ All subsequent commits will be checked according to configuration in [`.pre-comm | |
|
|
||
| ## Running Tests | ||
|
|
||
| TBD | ||
| Check existing github actions CI for cpu/gpu tests. Slurm tests documentation is [here](/tests/slurm-tests). | ||
| When running cpu tests, it's important to always add `-s` flag to pytest as otherwise all tests using nemo-run | ||
| will fail. | ||
|
Comment on lines
+166
to
+168
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect pytest flag This says to add pytest’s Consider replacing this with the exact |
||
|
|
||
| More details TBD | ||
|
|
||
| **TIP**: Our CI depends on some secret variables only accessible to developers of the repository. | ||
| To run the full suite of tests, please create pull requests from a branch instead of a fork whenever | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: NVIDIA-NeMo/Skills
Length of output: 1373
Capitalize "GitHub" and use descriptive link text.
📝 Proposed fix
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[uncategorized] ~166-~166: The official name of this software platform is spelled with a capital “H”.
Context: ... ``` ## Running Tests Check existing github actions CI for cpu/gpu tests. Slurm tes...
(GITHUB)
🪛 markdownlint-cli2 (0.20.0)
[warning] 166-166: Link text should be descriptive
(MD059, descriptive-link-text)
🤖 Prompt for AI Agents