mirror of
https://github.com/3cky/mbusd.git
synced 2024-11-28 12:35:15 +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
|
- name: Install test dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
sudo apt-get install -y socat
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user