add pip upgrade to test_linux

This commit is contained in:
Caleb Herpin 2021-07-27 11:05:48 -05:00
parent 0ce2fff974
commit 4163d3ad9a

View File

@ -134,6 +134,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python packages
run: |
python -m pip install --upgrade pip
python -m pip install websockets
python -m pip install requests
python -m pip install pytest