gci: Remove pointless dependencies stage

This commit is contained in:
Christian Decker
2021-01-08 17:00:12 +01:00
parent 81ff069ded
commit 05eb36114e

View File

@@ -55,13 +55,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -U pyln-client pyln-testing pyln-proto
find . -name requirements.txt | xargs -L 1 pip install -r
- name: Test with pytest
run: |
export SLOW_MACHINE=1