Delete .circleci directory

the config.yml file calls the non-existent file ./package/conda/run_docker_build.sh
This commit is contained in:
mosfet80
2023-01-31 00:55:12 +01:00
committed by Chris Hennes
parent de723238fa
commit 98cc183571

View File

@@ -1,19 +0,0 @@
version: 2
jobs:
build:
working_directory: ~/test
machine: true
steps:
- checkout
- run:
command: docker pull condaforge/linux-anvil
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./package/conda/run_docker_build.sh
workflows:
version: 2
build_and_test:
jobs:
- build