Chore App Build, Test, and Push Docker Images / build-and-push (push) Failing after 2m18s
5 lines
67 B
Python
5 lines
67 B
Python
from gevent import monkey
|
|
monkey.patch_all()
|
|
|
|
from main import app
|