Changeset 68d4565


Ignore:
Timestamp:
Dec 26, 2021, 4:18:00 AM (3 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
ea7f48e
Parents:
b540b22
Message:

[ci] update circleci to new python docker images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    rb540b22 r68d4565  
    4141  build-27:
    4242    docker:
    43       - image: circleci/python:2.7
     43      - image: cimg/python:2.7
    4444    steps:
    4545      - checkout
     
    5555  build-36:
    5656    docker:
    57       - image: circleci/python:3.6
     57      - image: cimg/python:3.6
    5858    steps:
    5959      - checkout
     
    6969  build-latest:
    7070    docker:
    71       - image: circleci/python:latest
     71      - image: cimg/python:latest
    7272    steps:
    7373      - checkout
     
    8383  build-latest-nodeps:
    8484    docker:
    85       - image: circleci/python:latest
     85      - image: cimg/python:latest
    8686    steps:
    8787      - checkout
Note: See TracChangeset for help on using the changeset viewer.