Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 4d4ec9a

Browse files
committed
remove conda build stuff (this is now taken care by conda-forge)
1 parent 6ecf2f7 commit 4d4ec9a

File tree

5 files changed

+0
-46
lines changed

5 files changed

+0
-46
lines changed

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ install:
5454
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
5555

5656
- ps: "ls dist"
57-
# build the conda package
58-
- "%CMD_IN_ENV% conda build build_tools/conda-recipe --quiet"
59-
60-
# Move the conda package into the dist directory, to register it
61-
# as an "artifact" for Appveyor. cmd.exe does't have good globbing, so
62-
# we'll use a simple python script.
63-
- python build_tools/move-conda-package.py build_tools/conda-recipe
64-
6557
# Install the generated wheel package to test it
6658
- "pip install --pre --no-index --find-links dist/ sklearn-contrib-lightning"
6759

build_tools/conda-recipe/bld.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

build_tools/conda-recipe/build.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

build_tools/conda-recipe/meta.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

build_tools/conda-recipe/run_test.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)