Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CircleCI config from recipe #600

Open
jakirkham opened this issue Nov 15, 2022 · 0 comments · May be fixed by #599
Open

Remove CircleCI config from recipe #600

jakirkham opened this issue Nov 15, 2022 · 0 comments · May be fixed by #599

Comments

@jakirkham
Copy link
Member

It looks like a CircleCI config was accidentally added to the recipe directory. Would be good to remove it.

# 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:
- /.*/

@jakirkham jakirkham linked a pull request Nov 15, 2022 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant