- Timestamp:
- Dec 26, 2021, 4:22:39 AM (3 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- cdfe9ce
- Parents:
- 68d4565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r68d4565 rea7f48e 67 67 path: dist/ 68 68 69 build- latest:69 build-310: 70 70 docker: 71 - image: cimg/python: latest71 - image: cimg/python:3.10 72 72 steps: 73 73 - checkout … … 81 81 path: dist/ 82 82 83 build- latest-nodeps:83 build-310-nodeps: 84 84 docker: 85 - image: cimg/python: latest85 - image: cimg/python:3.10 86 86 steps: 87 87 - checkout … … 101 101 - build-27 102 102 - build-36 103 - build- latest104 - build- latest-nodeps103 - build-310 104 - build-310-nodeps
Note: See TracChangeset
for help on using the changeset viewer.