Commit e4a63d6
Pin nf-core to 3.4.1 for training stability (#726)
* Pin nf-core to 3.4.1 for training stability
PR #683 enabled automatic installation of the latest nf-core version
by adding Python 3.13 support. While this approach ensures access to
new features, pinning to a specific version provides consistency
for training environments where reproducible behavior is important.
Related to #683
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix check-headings workflow to run on all PRs
The workflow was only triggered when markdown files changed, causing
it to be skipped entirely for non-markdown PRs. Since check-headings
is a required status check, this blocked PRs that didn't touch markdown.
Now the workflow runs on all PRs but conditionally skips the actual
check when no markdown files have changed.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 3289dc1 commit e4a63d6
File tree
2 files changed
+6
-5
lines changed- .devcontainer/local-features/uv-tools
- .github/workflows
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
| |||
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
| 23 | + | |
27 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments