Add pyserial as a dependency for github workflow

This commit is contained in:
Victor Antonovich 2023-09-29 18:16:45 +03:00
parent b464ec9676
commit b07681842f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twisted pymodbus
pip install setuptools wheel twisted pyserial pymodbus
sudo apt-get install -y socat
- name: Run tests