Skip to content

Commit 4a05446

Browse files
committed
Use pymodbus 3.6.9 in itests
1 parent ea8e43b commit 4a05446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install test dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install setuptools wheel twisted pyserial pymodbus
35+
pip install setuptools wheel twisted pyserial pymodbus==3.6.9
3636
sudo apt-get install -y socat
3737
3838
- name: Run tests

0 commit comments

Comments
 (0)