1
0
mirror of https://github.com/3cky/mbusd synced 2025-10-12 23:14:13 +08:00

Use pymodbus 3.6.9 in itests

This commit is contained in:
Victor Antonovich 2024-08-07 14:13:08 +03:00
parent ea8e43b1df
commit 4a05446732

View File

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