Skip to content

Commit

Permalink
Appveyor: disable building conda packages as they fail the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jankatins committed Jul 5, 2016
1 parent e0bccef commit 32fb993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ after_test:
- cmd: path
- cmd: where python
- cmd: '%CMD_IN_ENV% conda config --get channels'
- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
# currently disabled as conda-build errors :-(
#- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'

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

0 comments on commit 32fb993

Please sign in to comment.