chainlib-eth

Ethereum implementation of the chainlib interface
Log | Files | Refs | README | LICENSE

commit 1be9efabf64a5051663186bd6a9539f5024ae729
parent 6d80e31779c2eb6abb76d2f9b88866e0f4861a22
Author: Daven Savoie <daps218@gmail.com>
Date:   Mon, 13 Sep 2021 13:16:25 +0000

Update .gitlab-ci.yml
Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -32,7 +32,7 @@ tests: - python -m pip freeze - ls - export PYTHONPATH=$PYTHONPATH:. - - PYTHONPATH=. run_tests.sh + - PYTHONPATH=. bash run_tests.sh only: - master