From 14d8fc82fe25a8da38a04c6d62cc2f2aa53344ec Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 30 Oct 2023 12:00:29 +0100 Subject: [PATCH] ci: update constraint file to 5.3 --- .gitlab/ci/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index 2109985f36..3956df42ed 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -66,7 +66,7 @@ variables: CI_PYTHON_CONSTRAINT_BRANCH: "" # Update the filename for a specific ESP-IDF release. It is used only with CI_PYTHON_CONSTRAINT_BRANCH. - CI_PYTHON_CONSTRAINT_FILE: "espidf.constraints.v5.2.txt" + CI_PYTHON_CONSTRAINT_FILE: "espidf.constraints.v5.3.txt" # Set this variable to repository name of a Python tool you wish to install and test in the context of ESP-IDF CI. # Keep the variable empty when not used.