Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 13, 2023
1 parent bacfba6 commit 69e1729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflows:
jobs:
temp:
docker:
- image: cimg/python:<< parameters.python_version >>
- image: cimg/python:3.10

steps:
- checkout
Expand Down

0 comments on commit 69e1729

Please sign in to comment.