Commit d95362b
fix: use inline Python for VERSION var and disable Linux CI temporarily
Remove get_version.py in favor of inline sys.path.insert approach
(which should now work since var ordering is fixed). Disable lint/test
jobs temporarily to iterate faster on Windows support.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d25b55e commit d95362b
3 files changed
Lines changed: 4 additions & 56 deletions
File tree
- .github/workflows
- {{cookiecutter.project_name|replace(" ", "")}}
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
243 | 245 | | |
244 | 246 | | |
245 | 247 | | |
246 | | - | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Lines changed: 0 additions & 54 deletions
This file was deleted.
0 commit comments