mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 16:34:20 +01:00
gci: Minimize extra pip dependencies
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user