Closed karkir0003 closed 1 year ago
Looks like a segfault in poetry. You could try running it in gdb/lldb and dumping the stack.
Can you show how I can set that up in github action?
Try using https://github.com/mxschmitt/action-tmate This opens an ssh shell which you can access.
@pavelzw Was able to temporarily resolve this by switching to another github action here
I'm trying to run a github action to install poetry dependencies and cache the venv within mamba. Here is a link to the github actions yml file and a link to the failed run. Could someone take a look and provide me with pointers on how to debug the cause of the segfault? I'm wondering if micromamba might be the cause of the segfault?