JuliaAI / JuliaAI/DataScienceTutorials.jl
Reinstate global testing of tutorials.
Nobody has claimed this yet.
- Dominant language
- ReScript
- Stars
- 126
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Context: #214
Testing every tutorial takes some time, and trying to do it using runtests.jl is problematic, because each tutorial has its own Pkg environment, ie we need a separate Julia process to test each one. So this may be better controlled by a loop in CI.yml calling julia multiple times.
Contributor guide
No contributing guide indexed for this repository
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
Read CI.yml and runtests.jl to understand how tutorials are currently tested and why separate Julia processes are needed for their individual Pkg environments. Verify the workflow can invoke Julia separately for each tutorial, and consider the work complete when CI globally tests every tutorial successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100