From 05eb36114e1472406bdaab6a6026462e4e8fad9c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 8 Jan 2021 17:00:12 +0100 Subject: [PATCH] gci: Remove pointless dependencies stage --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4e7ea7..dfb4310 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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