-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guarddog runner #1580
base: master
Are you sure you want to change the base?
Add guarddog runner #1580
Conversation
Currently the project uses |
I agree, since |
Something like this probably
|
That would be a lot easier for installing the dependencies for sure. So you're absolutly right with the oneliner:
I don't mind if it ends up on the disk between runs, but if we could boil it down to a one-liner that's helpful too :) I just don't have the necessary bash magic within me to do so ^^ |
Yeah it doesn't have to be fancy as it's just sitting in the runner. I'm working on the libparted implementation and I'll be able to share the migration soon(TM) |
Awesome! It's going to be a game changer and we'll probably need to bounce ideas on it at some point :) |
Mainly for future prep, when we start using external dependencies.
This should at least give us a basic safety check against some known issues.
This runner will fail until
requirements.txt
is created :)