master
/ miniconda3 / pkgs / python-3.10.12-h955ad1f_0 / info / recipe / parent / .circleci / config.yml

config.yml @a8e0244 raw · history · blame

# This file was generated automatically from conda-smithy. To update this configuration,
# update the conda-forge.yml and/or the recipe/meta.yaml.
# -*- mode: yaml -*-

version: 2

jobs:
  build:
    working_directory: ~/test
    machine: true
    steps:
      - run:
          # The Circle-CI build should not be active, but if this is not true for some reason, do a fast finish.
          command: exit 0

workflows:
  version: 2
  build_and_test:
    jobs:
      - build:
          filters:
            branches:
              ignore:
                - /.*/