Skip to content

Commit

Permalink
Use python3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Oct 31, 2023
1 parent 1993aac commit df1ef4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ orbs:

jobs:
build_doc:
executor: python/default
executor:
name: python/default
tag: '3.10'
steps:
- restore_cache:
name: Restore .git
Expand Down

0 comments on commit df1ef4c

Please sign in to comment.