Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7c9b56

Browse files
committed
Appveyor: disable building conda packages as they fail the build
1 parent 839a9ed commit e7c9b56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ after_test:
153153
- cmd: path
154154
- cmd: where python
155155
- cmd: '%CMD_IN_ENV% conda config --get channels'
156-
- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
156+
# currently disabled as conda-build errors :-(
157+
#- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
157158

158159
# Move the conda package into the dist directory, to register it
159160
# as an "artifact" for Appveyor.

0 commit comments

Comments
 (0)