Create a .circleci/config.yml file in the root of your project and add the following configuration script to it: version: 2.1 orbs: azure-cli: circleci/azure-cli@1.3.2 node: circleci/node@7.1.0 jobs: test: docker: - image: cimg/python:3.9 steps: - checkout - run: name: Install ...