Skip to content

Commit 92af711

Browse files
mtfishmanclaude
andcommitted
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

File tree

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
os: "${{ matrix.os }}"
3939
nthreads: 2
4040
test-args: "base"
41+
extra-dev-paths: "NDTensors"
4142
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
4243
secrets:
4344
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)