Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaced deprecated ubuntu image #1528

Merged
merged 20 commits into from
Apr 9, 2024
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
jobs:
build:
machine:
image: ubuntu-2004:202101-01
image: default
resource_class: xlarge

parameters:
Expand All @@ -31,10 +31,11 @@ jobs:
command: |
echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV
source $BASH_ENV
nvm install `cat .nvmrc`
nvm install `cat .nvmrc`
- run:
name: Setup Python
command: |
pyenv install 3.9.1
pyenv versions
pyenv global 3.9.1
pip3 install pipenv==2021.5.29
Expand Down
Loading