-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
"firstYearPackages" = @{ |
would it make sense to create this table dynamically?
I.e. right now it is hard-coded, but some function that auto-adds an entry with default tables.
This would enable easier additions of new tests for packages without so much editing:
function add_python_package {
headCheckResults[$1] = @{...}
}
?
if ($condaInstallPath -match "miniconda") { |
Perhaps we should add miniforge
? We might end up using this, or knowledgeable students might have used that for some reason.
I think the script needs to be split a bit, it is hard to follow, and even harder for non-bash/pwsh users to extend.
So each check should be minimal, and propely described what it does.
Metadata
Metadata
Assignees
Labels
No labels