Skip to content

Commit

Permalink
updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed May 28, 2020
1 parent a2c539a commit 1ed11e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mlspec/mlspeclib-action-docker@sha256:54571d890cc9d744d638057652aac74c6b9423a5efd3d2f88c525fa5fb8d9b04
FROM mlspec/mlspeclib-action-docker@sha256:3fe3c5de527c43e697f04f140794795671fa2876814317e98aa24dc9a9bd8ba7

RUN apt-get -y update && apt-get -y install python3-all python3-pip

Expand Down
2 changes: 1 addition & 1 deletion integration/test_e2e_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_e2e(self):
workflow_object, workflow_dict["run_id"]
)
ms.create_workflow_steps(workflow_node_id, workflow_object)
parameters["INPUT_workflow_node_id"] = workflow_node_id
parameters["INPUT_WORKFLOW_NODE_ID"] = workflow_node_id

for param in parameters:
if isinstance(parameters[param], dict):
Expand Down

0 comments on commit 1ed11e8

Please sign in to comment.