From fb69cff5115ba23c5461ddf64fada7afd1f9b741 Mon Sep 17 00:00:00 2001 From: jspijker Date: Fri, 18 Nov 2022 13:04:38 +0100 Subject: [PATCH] fix typo --- .github/workflows/conan-recipe-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 82ceb74595..345fad2220 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -174,7 +174,7 @@ jobs: # %% Set the environment output output_env = os.environ["GITHUB_OUTPUT"] content = "" - if os.path.exist(output_env): + if os.path.exists(output_env): with open(output_env, "r") as f: content = f.read()