Describe the bug
The Windows check-package workfow action fails (e.g. here) when the the DirichletMultinomial package is installing because the gsl system dependency is not met.
To Reproduce
Simply run the check-package workfow action or reference the example above.
Expected behavior
The check-package workfow action should complete without error.
Additional context
The check-package.yml file should be modified to install the gsl system dependency.
Describe the bug The Windows check-package workfow action fails (e.g. here) when the the DirichletMultinomial package is installing because the
gsl
system dependency is not met.To Reproduce Simply run the check-package workfow action or reference the example above.
Expected behavior The check-package workfow action should complete without error.
Additional context The check-package.yml file should be modified to install the
gsl
system dependency.