Rexhaif/ml-toolbox

fix: fix dockerhub push issue in actions

unrndm opened this issue · 1 comments

current Actions fail for cuda 11.0, most likely because of a forgotten shell and (&&)

The fix should be simple, just add && to line 48 of actions config (link), if it's required I can open a pr for this