cicd: remove pysctp dep as not required by unittest

This commit is contained in:
p1-bmu 2021-05-18 10:22:03 +02:00
parent 446ba9b708
commit 53bb9cc2ed
1 changed files with 0 additions and 3 deletions

View File

@ -31,9 +31,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install pysctp dependencies
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install libsctp-dev
- name: update build tools
run: python -m pip install --upgrade setuptools pip
- name: install test runner