File size: 258 Bytes
203b413
3fc02a6
203b413
 
3fc02a6
203b413
3fc02a6
203b413
d7bc6dc
203b413
 
 
3fc02a6
203b413
3fc02a6
203b413
3fc02a6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 2.1

orbs:
  python: circleci/python@2

jobs:
  install-dependencies:
    docker:
      - image: cimg/python:3.12.2
    steps:
      - checkout
      - python/install-packages

workflows:
  install-python-deps:
    jobs:
      - install-dependencies