From 1a712057556d941162fc515937ccfd69b920f5df Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 11 Dec 2021 14:50:45 +0100 Subject: [PATCH] gci: Minimize extra pip dependencies --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a0fb79..6af8beb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,16 +54,12 @@ jobs: cd lightning pip3 install --user -U \ pip \ - mako \ - mrkd \ wheel \ blinker \ - pytest-sentry \ - pytest-test-groups==1.0.3 \ pytest-custom-exit-code==0.3.0 \ pytest-json-report - pip install --user -U -r requirements.txt --use-feature=in-tree-build + pip install --user -U -r requirements.lock --use-feature=in-tree-build ./configure --disable-valgrind make -j 16