Skip to content

Commit 209318a

Browse files
Build dynd-python against a custum numpy to avoid having to download MKL
for each CI test run.
1 parent e5f5bab commit 209318a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ build_script:
2525
- conda update conda-env
2626
- conda install conda-build
2727
- ps: if(-not $env:APPVEYOR_PULL_REQUEST_NUMBER) { conda install anaconda-client }
28-
- conda build conda\ndt.recipe --channel dynd/channel/dev
28+
- conda build conda\ndt.recipe --channel dynd/channel/dev --channel dynd/channel/ci
2929
- rd /q /s build dynd.ndt.egg-info
30-
- conda build conda\nd.recipe --channel dynd/channel/dev
30+
- conda build conda\nd.recipe --channel dynd/channel/dev --channel dynd/channel/ci
3131

3232
on_success:
3333
# Redirect output from stderr to stdout to avoid having the command for uploading

0 commit comments

Comments
 (0)