try updating setuptools and pip

This commit is contained in:
Ben Maddison 2021-05-08 19:31:02 +02:00
parent d16f6af156
commit fe2987a92c
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: install test runner
run: pip install tox tox-gh-actions
- name: update build tools
run: pip install --update setuptools pip
- name: install pysctp dependencies
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install libsctp-dev