Skip to content

Commit

Permalink
Use pymodbus 3.6.9 in itests
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Aug 7, 2024
1 parent ea8e43b commit 4a05446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a05446

Please sign in to comment.