From 81ff069ded74cc159a4e8492f54bf0b545cb320d Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 8 Jan 2021 16:36:03 +0100 Subject: [PATCH] gci: Use the new script to run the tests --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c52d152..a4e7ea7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,4 +68,5 @@ jobs: export TEST_DEBUG=1 export TRAVIS=1 export DEVELOPER=${{ matrix.developer }} - pytest --ignore=lightning -n 4 -vvv + pip3 install -U virtualenv pip + python3 .ci/test.py