ersilia-os / eos24ci

GNU General Public License v3.0
0 stars 0 forks source link

refactor commit #6

Closed febielin closed 1 year ago

GemmaTuron commented 1 year ago

@febielin

The checks are not passing, can you look for the error in the actions run?

febielin commented 1 year ago

Hi @GemmaTuron,

Yes, apologies. I took the error message directly to Slack.

The error that is occurring in not with the model fetch/serve/run itself, but rather in the Ersilia install step. Here is the error message:

Obtaining file:///home/runner/work/eos24ci/eos24ci
ERROR: file:///home/runner/work/eos[24](https://github.com/ersilia-os/eos24ci/actions/runs/5469567494/jobs/9958646318?pr=6#step:6:25)ci/eos24ci does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
febielin commented 1 year ago

Hello @GemmaTuron,

I am closing this pull request, and please refer to PR https://github.com/ersilia-os/eos24ci/pull/7. The issue was that test-model must have been an older version. I manually added all the workflows from the eos template, and the ersilia install issue seems to have been resolved.