Re-enable downgrade CI tests
Open
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 23
- Forks
- 13
- Avg merge
- 5h 16m
- Merged PRs (30d)
- 9
Description
Summary
The downgrade CI tests have been disabled in #99 with if: false because they are currently failing.
Background
Similar to DelayDiffEq.jl (#356, #357), the downgrade tests need to wait for dependency updates before they can pass again.
Action Items
- Investigate which dependency updates are needed
- Re-enable downgrade CI once dependencies are compatible
- Remove
if: falsefrom.github/workflows/Downgrade.yml
Related
- PR #99 (disabled downgrade CI)
- DelayDiffEq.jl #356, #357 (similar issue)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review PR #99 and .github/workflows/Downgrade.yml to understand why the downgrade CI tests were disabled with if: false. Investigate the dependency updates referenced in the issue and run the downgrade CI checks; done means compatible dependencies are in place, if: false is removed, and the workflow passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100