MesserLab / SLiM

SLiM is a genetically explicit forward simulation software package for population genetics and evolutionary biology. It is highly flexible, with a built-in scripting language, and has a cross-platform graphical modeling environment called SLiMgui.
https://messerlab.org/slim/
GNU General Public License v3.0
164 stars 33 forks source link

"no module named pytest" error in GitHub Actions for Windows #482

Closed bhaller closed 2 weeks ago

bhaller commented 2 weeks ago

A new CI error from GitHub Actions on Windows:

C:\Users\runneradmin\miniconda3\envs\anaconda-client-env\python.exe: No module named pytest

Here, for example:

https://github.com/MesserLab/SLiM/actions/runs/11772475813/job/32787944593

@currocam you're good at figuring this sort of thing out; can I ask you to look at this? I have no idea what the cause is, but this automated test build ran fine last week:

https://github.com/MesserLab/SLiM/actions/runs/11658388612

so I guess something must have changed in the runner setup in GitHub Actions...?

currocam commented 2 weeks ago

Hi Ben, I'm not sure I'm so good at it, but I'm certainly glad I can help!