Commit 5096010
fix(ci): Use uv run for pytest in master_only benchmark step (#5957)
The benchmark step was calling pytest directly instead of using uv run,
which would fail since dependencies are installed in the uv-managed
virtual environment.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 455d56c commit 5096010Copy full SHA for 5096010
1 file changed
+1-1Lines changed: 1 addition & 1 deletion
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/master_only.yml
Copy file name to clipboardExpand all lines: .github/workflows/master_only.yml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
82 | 82 | |
83 | 83 | |
84 | 84 | |
|
0 commit comments