Commit b0e6e8a
Fix Intel CI env corruption and remove Python 3.14 pinning
- Replace `printenv >> $GITHUB_ENV` with a before/after diff that
exports only vars added/changed by Intel setvars.sh. The old approach
dumped all env vars including shell internals with special characters,
causing "Invalid format" errors in GitHub Actions.
- Remove explicit Python 3.14 setup from test.yml and lint-toolchain.yml
(runners already have a suitable Python).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 09b144d commit b0e6e8a
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
229 | 233 | | |
230 | | - | |
| 234 | + | |
| 235 | + | |
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
| |||
0 commit comments