Commit 8871443
fix: add type annotations and clean up CI workarounds
- Add proper type annotation for cmd variable (Union[str, list[str]])
- Run ruff format to fix formatting issues
- Remove retry logic from CI workflow (no longer needed)
- Remove npm cache cleanup (no longer needed)
The core Windows fix (shell=True for .cmd execution) resolves the root
cause, making the retry and cache cleanup workarounds unnecessary.
Co-Authored-By: Michael D'Angelo <michael@promptfoo.dev>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent afb5961 commit 8871443
2 files changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 89 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 90 | + | |
101 | 91 | | |
102 | 92 | | |
103 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments