⬆️ CircleCI: Switch to the new cimg/python image

pull/66/head
Gerber, Mike 3 years ago
parent dea0c53f88
commit 7d85e21cbc

@ -6,7 +6,7 @@ jobs:
python-version: python-version:
type: string type: string
docker: docker:
- image: circleci/python:<< parameters.python-version >> - image: cimg/python:<< parameters.python-version >>
steps: steps:
- checkout - checkout
- run: pip3 install --upgrade pip - run: pip3 install --upgrade pip

Loading…
Cancel
Save