Commit 2adeb80
abacus_fixer
Fix undefined basis variable in interface workflow (#7571)
The "Create mock data & patch script" step referenced `basis` inside
the Python heredoc without defining it: the matrix key `basis` was
never exported to the step environment, so the step failed with
"NameError: name 'basis' is not defined" before any mock data was
generated.
Pass matrix.basis through the BASIS environment variable and read it
in the heredoc, matching the existing SCRIPT/PREFIX pattern.1 parent 370e024 commit 2adeb80
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments