cavalab / srbench

A living benchmark framework for symbolic regression
https://cavalab.org/srbench/
GNU General Public License v3.0
216 stars 77 forks source link

ITEA fixes #28

Closed folivetti closed 3 years ago

folivetti commented 3 years ago

Now ITEA should work with both github actions and your HPC. It is not the best approach, but given the problem Haskell stack has with using the conda env paths, this should do. What I have done:

Check if that's ok, I had to add this conda init so that the conda activate works inside CI and so I can use the $CONDA_PREFIX variable.

lacava commented 3 years ago

excellent. it worked locally and on HPC.