1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00

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

This commit is contained in:
Gerber, Mike 2021-10-22 18:39:54 +02:00
parent dea0c53f88
commit 7d85e21cbc

View file

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