mirror of
https://github.com/3cky/mbusd.git
synced 2024-11-24 11:55:17 +01:00
Use pymodbus 3.6.9 in itests
This commit is contained in:
parent
ea8e43b1df
commit
4a05446732
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user