Ryan Meekins
03/14/2023, 5:35 PMShalabh Chaturvedi
03/14/2023, 5:41 PMJob is waiting for a hosted runner to come online.
. looks like GH is not scheduling this runner for some reason.Ryan Meekins
03/14/2023, 5:57 PMShalabh Chaturvedi
03/15/2023, 12:44 AMblack
dependency causing excessive backtracking in pip installs. For this case I think we can just remove it and could instead add it to the dev
extras in setup.py.
It's just a coincidence that the order of dependencies used by docker deploys is different and it affects the pip resolution algorithm.Ryan Meekins
03/15/2023, 6:08 PMENABLE_FAST_DEPLOYS
after adding my requirements to the setup.py
file and moving black
to the dev
extras. Thanks!Shalabh Chaturvedi
03/15/2023, 6:13 PMdagster-cloud
and the latest version of black
and the fix will roll out with the next PyPI release (hopefully today).