From 75073353ed49ef008a00ec95c19e900a2620bc08 Mon Sep 17 00:00:00 2001 From: Laukik Hase Date: Fri, 17 Jun 2022 15:37:49 +0530 Subject: [PATCH] ci: Fix protobuf-related error in assign_test stage --- tools/esp_prov/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp_prov/requirements.txt b/tools/esp_prov/requirements.txt index f21e32fb5a..3904e0d9e4 100644 --- a/tools/esp_prov/requirements.txt +++ b/tools/esp_prov/requirements.txt @@ -1,3 +1,3 @@ future -protobuf +protobuf<=3.20.1 cryptography