neuronets / trained-models

Trained TensorFlow models for 3D image processing
https://neuronets.dev/trained-models
21 stars 15 forks source link

Replace git checkout with datalad checkout in action workflows wherever appropriate #112

Open hvgazula opened 6 months ago

hvgazula commented 6 months ago

It makes much more sense and is cleaner to use datalad checkout instead of git checkout as the siblings are not readily known with the latter.

hvgazula commented 6 months ago

WIP https://github.com/datalad/datalad-action/issues/18#issuecomment-1942666487

hvgazula commented 6 months ago

Works alright in GitHub runner but not on ec2 self-hosted runner because all actions are run as root.

image

hvgazula commented 6 months ago

changing no non-root user didn't cut either. https://github.com/neuronets/test-aws/actions/runs/7904098846

hvgazula commented 6 months ago

I am giving up. Thanks.

satra commented 6 months ago

why not just log into an ec2 instance and carry out the steps manually?

hvgazula commented 6 months ago

Nah..I am testing the action itself not simulating the steps in the action...