chainlib-eth

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

commit 6d80e31779c2eb6abb76d2f9b88866e0f4861a22
parent 2829f77b4e229aded4e49bb376112b53e830ecc5
Author: Daven Savoie <daps218@gmail.com>
Date:   Mon, 13 Sep 2021 13:12:40 +0000

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -31,7 +31,8 @@ tests: - python -m pip install --extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple --extra-index-url https://pip.grassrootseconomics.net:8433 install -r requirements.txt - python -m pip freeze - ls - - bash run_tests.sh + - export PYTHONPATH=$PYTHONPATH:. + - PYTHONPATH=. run_tests.sh only: - master