Commit e9a7af7
CI - BUG FIX - Merge the duplicated env block in the test job
The multi-threaded matrix leg added JULIA_NUM_THREADS in a second `env:` key
alongside the existing DEPOT_PATHS one, so the test job carried a duplicate YAML
mapping key. GitHub rejects the whole workflow file on that, which is why no test
run reported on this branch and the required Tests context could never be
satisfied. Had it parsed, the later block would have won and dropped
JULIA_NUM_THREADS entirely, leaving the new leg single-threaded.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent c61678b commit e9a7af7
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
0 commit comments