Skip to content

Re-enable downgrade CI tests #522

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

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

  • Monitor JET releases for improved compatibility
  • Consider moving JET to a separate test environment to avoid resolution conflicts
  • Re-enable downgrade tests once the dependency conflict is resolved

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions