Summary
The downgrade CI tests have been disabled in PR #521 because the JET test dependency is incompatible with the downgraded environment.
Details
JET is listed as a test dependency in Project.toml:
[targets]
test = ["Aqua", "FastBroadcast", "ForwardDiff", "JET", ...]
When running with downgraded dependencies, Pkg cannot resolve JET because it has strict Julia version requirements that conflict with the downgrade environment.
Action Items
Related
Summary
The downgrade CI tests have been disabled in PR #521 because the JET test dependency is incompatible with the downgraded environment.
Details
JET is listed as a test dependency in
Project.toml:When running with downgraded dependencies, Pkg cannot resolve JET because it has strict Julia version requirements that conflict with the downgrade environment.
Action Items
Related