Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 10, 2023
1 parent 30508c2 commit 5fe59c5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
arangodb_version:
type: string
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
steps:
- checkout

Expand All @@ -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:
Expand Down

0 comments on commit 5fe59c5

Please sign in to comment.