Skip to content

Commit

Permalink
debug(ci:circleci): check available python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Apr 16, 2024
1 parent a108f04 commit 508e4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run:
name: Install Python 3.11
command: |
pyenv install --list
test -d /opt/circleci/.pyenv/versions/3.11.6 || pyenv install 3.11.6
pyenv global 3.11.6
- localstack/start
Expand Down

0 comments on commit 508e4ad

Please sign in to comment.