Skip to content

Commit b327cbf

Browse files
committed
gci: Remove pointless dependencies stage
1 parent f373994 commit b327cbf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ jobs:
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

57-
- name: Install dependencies
58-
run: |
59-
python -m pip install --upgrade pip
60-
pip install flake8 pytest
61-
pip install -U pyln-client pyln-testing pyln-proto
62-
find . -name requirements.txt | xargs -L 1 pip install -r
63-
6457
- name: Test with pytest
6558
run: |
6659
export SLOW_MACHINE=1

0 commit comments

Comments
 (0)