Skip to content

Commit f5480e7

Browse files
committed
Revert "Appveyor: disable building conda packages as they fail the build"
This reverts commit e7c9b56.
1 parent cb607e2 commit f5480e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ after_test:
156156
- cmd: path
157157
- cmd: where python
158158
- cmd: '%CMD_IN_ENV% conda config --get channels'
159-
# currently disabled as conda-build errors :-(
160-
#- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
159+
- cmd: '%CMD_IN_ENV% conda build -q .\ci\conda_recipe'
161160

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

0 commit comments

Comments
 (0)