Skip to content

Commit

Permalink
Merge 101b3ea into 488fcce
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys committed Jun 20, 2019
2 parents 488fcce + 101b3ea commit cccaf28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions reana_workflow_engine_yadage/tasks.py
Expand Up @@ -16,6 +16,7 @@

import click
from reana_commons.config import REANA_LOG_FORMAT, REANA_LOG_LEVEL
from reana_commons.utils import check_connection_to_job_controller
from yadage.steering_api import steering_ctx
from yadage.utils import setupbackend_fromstring

Expand Down Expand Up @@ -73,6 +74,7 @@ def run_yadage_workflow(workflow_uuid,

dataopts = {'initdir': workflow_workspace}
try:
check_connection_to_job_controller()
publisher = REANAWorkflowStatusPublisher()
with steering_ctx(dataarg=workflow_workspace,
dataopts=dataopts,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@
'enum34>=1.1.6',
'packtivity==0.10.0',
'pyOpenSSL==17.5.0', # FIXME remove once yadage-schemas solves deps.
'reana-commons>=0.5.0,<0.6.0',
'reana-commons>=0.6.0.dev20190619,<0.7.0',
'requests==2.20.0',
'rfc3987==1.3.7', # FIXME remove once yadage-schemas solves deps.
'strict-rfc3339==0.7', # FIXME remove once yadage-schemas solves deps.
Expand Down

0 comments on commit cccaf28

Please sign in to comment.