File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 5454 # Export and then use pip to install into the current env
5555 poetry export -o /tmp/requirements.txt --without-hashes --with dev
5656 pip install -r /tmp/requirements.txt
57- # Make sure we have clnrest requirements, for check-manpages
58- pip install -r plugins/clnrest/requirements.txt
5957 # We're going to check BOLT quotes, so get the latest version
6058 git clone https://github.com/lightning/bolts.git ../${BOLTDIR}
6159 - name : Configure
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ pip3 install --upgrade pip
2323pip3 install --user poetry
2424poetry export --dev --without-hashes -o requirements.txt
2525pip3 install -r requirements.txt
26- pip3 install -r plugins/clnrest/requirements.txt
2726
2827git clone https://github.com/lightning/bolts.git ../bolts
2928git submodule update --init --recursive
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ WORKDIR /build
6060
6161CMD poetry export -o requirements.txt --without-hashes \
6262 && pip install -r requirements.txt \
63- && pip install -r plugins/clnrest/requirements.txt \
6463 && mkdir -p /repro \
6564 && cd /repro \
6665 && unzip /build/release/*.zip \
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ WORKDIR /build
6161
6262CMD poetry export -o requirements.txt --without-hashes \
6363 && pip install -r requirements.txt \
64- && pip install -r plugins/clnrest/requirements.txt \
6564 && mkdir -p /repro \
6665 && cd /repro \
6766 && unzip /build/release/*.zip \
You can’t perform that action at this time.
0 commit comments