From 4a054467322f50497b4d4299ed35cb8e7eeee476 Mon Sep 17 00:00:00 2001 From: Victor Antonovich Date: Wed, 7 Aug 2024 14:13:08 +0300 Subject: [PATCH] Use pymodbus 3.6.9 in itests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42c7701..7c24fe3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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