From df1ef4c0acd0e1cb0bfe89bf87184466aec04ff0 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Mon, 30 Oct 2023 21:01:24 -0400 Subject: [PATCH] Use python3.10 Signed-off-by: Adam Li --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ece3e6060..68373c72f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,9 @@ orbs: jobs: build_doc: - executor: python/default + executor: + name: python/default + tag: '3.10' steps: - restore_cache: name: Restore .git