From 611ae33d9352cae6735743f9bf14b4e5121de19a Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Mon, 30 Mar 2026 19:34:59 +0200 Subject: [PATCH] ci: revert python constraint branch --- .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 cf30ab7651..1bc00a65f8 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -62,7 +62,7 @@ variables: # Set this variable to the branch of idf-constraints repo in order to test a custom Python constraint file. The # branch name must be without the remote part ("origin/"). Keep the variable empty in order to use the constraint # file from https://dl.espressif.com/dl/esp-idf. - CI_PYTHON_CONSTRAINT_BRANCH: "feat/update-idf-ci-version" + 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.v6.1.txt"