Skip to content

Commit 74b4f95

Browse files
cdeckerrustyrussell
authored andcommitted
gci: Remove already included requirements.txt files
These are being pulled in via the root requirements.txt file now, so no need to install them separately.
1 parent 0dd57cb commit 74b4f95

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/scripts/build.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,17 @@ export VALGRIND=${VALGRIND:-0}
2121

2222
env
2323

24-
pip3 install --user -U \
25-
-r requirements.txt \
26-
-r contrib/pyln-client/requirements.txt \
27-
-r contrib/pyln-proto/requirements.txt \
28-
-r contrib/pyln-testing/requirements.txt
24+
pip3 install --user -U -r requirements.txt
2925

3026
# Install utilities that aren't dependencies, but make
3127
# running tests easier/feasible on CI (and pytest which
3228
# keeps breaking the rerunfailures plugin).
3329
pip3 install --user -U \
34-
flaky \
3530
blinker \
3631
pytest-sentry \
3732
pytest-test-groups==1.0.3 \
3833
pytest-custom-exit-code==0.3.0 \
39-
pytest-json-report \
40-
mypy==0.790
34+
pytest-json-report
4135

4236
git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
4337
git submodule update --init --recursive

0 commit comments

Comments
 (0)