Skip to content

Commit

Permalink
Update config.yml of CircleCI with new python 3.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mleyliabadi authored Apr 27, 2024
1 parent fca900e commit 90326b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: 2.1

references:
dep_key: &dep_key
deps9-{{ .Branch }}-{{ checksum "requirements.txt" }}
deps10-{{ .Branch }}-{{ checksum "requirements.txt" }}

executors:
docker-executor:
docker:
- image: cimg/python:3.8.1
- image: cimg/python:3.10.12

commands:

Expand Down Expand Up @@ -62,7 +62,7 @@ commands:
description: "change owner before saving cache"
steps:
- run: sudo chown -R circleci:circleci ./venv/bin
- run: sudo chown -R circleci:circleci ./venv/lib/python3.8/site-packages
- run: sudo chown -R circleci:circleci ./venv/lib/python3.10/site-packages

jobs:
build_dep:
Expand Down

0 comments on commit 90326b6

Please sign in to comment.