From be944405005a0064b6c45dd73a8fb95d34beb51e Mon Sep 17 00:00:00 2001 From: Adam Li Date: Mon, 30 Oct 2023 21:09:07 -0400 Subject: [PATCH] Use python3.10 Signed-off-by: Adam Li --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 68373c72f..cb587d019 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build_doc: executor: name: python/default - tag: '3.10' + tag: "3.10" steps: - restore_cache: name: Restore .git @@ -49,6 +49,7 @@ jobs: name: Install the latest version of Poetry command: | curl -sSL https://install.python-poetry.org | python3 - --version 1.6.1 + python --version poetry --version - run: name: Set BASH_ENV