Happy-Algorithms-League / hal-cgp

Cartesian genetic programming (CGP) in pure Python.
GNU General Public License v3.0
28 stars 10 forks source link

Run github actions testsuite on multiple os (ubuntu, macOS11) #358

Open HenrikMettler opened 2 years ago

HenrikMettler commented 2 years ago

This triggers the CI test suite on Ubuntu 20.04 and Mac OS 11. Not sure if we want to run on both OS for all python versions (time is not an issue though, since they are triggered in parallel). They fail on Mac OS 11 currently due to what we saw in #349. They should hopefully pass when #357 is merged.

jakobj commented 2 years ago

great, thanks! pls update this PR now that #357 is merged

HenrikMettler commented 2 years ago

@mschmidt87 would be awesome if you find time to have a look, since you are the most knowledgeable of the Github actions CI :)

mschmidt87 commented 1 year ago

Hi @HenrikMettler , shall we still get this PR merged? Sorry for my inactivity. Can you rebase on master and then push to trigger the CI once again?