From 5fe59c547868ebc1266b8acde3bd4336f6a3d978 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Fri, 10 Nov 2023 12:59:17 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dbc3aa5a..ac0a86ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: arangodb_version: type: string machine: - image: ubuntu-2004:current + image: ubuntu-2204:current steps: - checkout @@ -69,12 +69,8 @@ jobs: - run: name: Setup Python command: | - pyenv update - if ! pyenv versions | grep -q << parameters.python_version >>; then - pyenv install << parameters.python_version >> - else - echo "<< parameters.python_version >> already installed" - fi + pyenv --version + pyenv install -f << parameters.python_version >> pyenv global << parameters.python_version >> - run: