mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 08:34:18 +01:00
gci: Remove pointless dependencies stage
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user