We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8e43b commit 4a05446Copy full SHA for 4a05446
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install test dependencies
33
run: |
34
python -m pip install --upgrade pip
35
- pip install setuptools wheel twisted pyserial pymodbus
+ pip install setuptools wheel twisted pyserial pymodbus==3.6.9
36
sudo apt-get install -y socat
37
38
- name: Run tests
0 commit comments