Skip to content

Commit

Permalink
chore: update circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamDecode committed Feb 3, 2025
1 parent 13d9920 commit f2f7cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.9.2
- image: cimg/python:3.12.8

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -33,7 +33,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
sudo pip install codecov
pip install codecov setuptools
- run:
name: install openjdk
Expand Down

0 comments on commit f2f7cfc

Please sign in to comment.