Re-render the feedstock after CI registration.

This commit is contained in:
nidichaogequ
2023-10-26 01:18:03 +08:00
parent e41b11e193
commit 071433403a
17 changed files with 663 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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:
image: ubuntu-2004:current
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:
- /.*/