sympy / sympy-bot

GitHub bot for SymPy
https://github.com/sympy-bot
Other
22 stars 11 forks source link

Add automatic Binder deployment for commits #93

Open naveensaigit opened 3 years ago

naveensaigit commented 3 years ago

I think it would be good if we can have the sympy-bot comment launch binder links for each commit in a PR. This would make the job of reviewers quite easy as any changes can be tested instantly without cloning the branch. See this for a working example.

asmeurer commented 3 years ago

If we want to do that I think we should just use the GitHub action https://github.com/manics/action-binderbadge. Otherwise we would have to reimplement it in the SymPy bot.

naveensaigit commented 3 years ago

If we want to do that I think we should just use the GitHub action https://github.com/manics/action-binderbadge. Otherwise we would have to reimplement it in the SymPy bot.

Yeah, I think we can use it.