Skip to content

Commit

Permalink
fixing plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Feb 13, 2024
1 parent 3296aa4 commit 7e647f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
covalent start
cd tests/docker_tests
python basic_test.py
covalent logs
covalent stop
2 changes: 2 additions & 0 deletions tests/docker_tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ def task():
res = ct.get_result(did, wait=True)
print(res)

print("Node 0 error:", res._get_node_error(0))

if __name__ == "__main__":
assert res.result == 42

0 comments on commit 7e647f0

Please sign in to comment.