biocore / empress

A fast and scalable phylogenetic tree viewer for microbiome data analysis
BSD 3-Clause "New" or "Revised" License
45 stars 31 forks source link

Update to latest miniconda and test in OSX #226

Open sjanssen2 opened 4 years ago

sjanssen2 commented 4 years ago

Is there a reason why we are using relatively old software versions for e.g. Ubuntu, Miniconda2 instead of 3, ... ? https://github.com/biocore/empress/blob/7cd33d29331d188a784158ad7729e448cb443531/.travis.yml#L4

Shouldn't we add testing on OSX?

fedarko commented 3 years ago

Now that we've transitioned to using GitHub Actions (main CI, standalone CI), it looks like we are using the latest Ubuntu (and I think conda) versions.

So I think all that is left for this issue is adding testing on macOS systems -- it looks like this is very doable with GitHub Actions (there is an example of this about midway down that page).