Commit 92af711
Tests.yml: develop NDTensors explicitly on TestsITensors
`[workspace] projects` was added in Pkg 1.12; on Julia 1.10 (LTS),
Pkg silently ignores the [workspace] table and resolves NDTensors
from the registry instead of in-tree. That makes the lts CI legs
test against stale registry NDTensors, masked only because the
in-tree version currently matches the latest registered version.
`extra-dev-paths: "NDTensors"` runs `Pkg.develop(path="NDTensors")`
on the active project before buildpkg, forcing in-tree NDTensors
regardless of Pkg version. Idempotent on 1.12+ where workspace
already resolves it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 594a88f commit 92af711
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments