chainqueue

Blockchain transaction queue control
Log | Files | Refs | LICENSE

commit 65ad5b98f917f7d17f0c776d7ce6458c6b956629
parent 047a0701143b0565623c900a3d33493a5b8c4daf
Author: Daven Savoie <daps218@gmail.com>
Date:   Tue, 14 Sep 2021 17:21:22 +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 @@ -31,7 +31,7 @@ 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 -r test_requirements.txt - python -m pip freeze - ls - - export PYTHONPATH=$PYTHONPATH:. + - export PYTHONPATH=. - PYTHONPATH=. bash run_tests.sh only: