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

Commit 652a84c

Browse files
committed
try up-to-date conda-build
1 parent e50f47a commit 652a84c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ install:
4343
# Update previous packages and install the build and runtime dependencies of the project.
4444
- conda update --all --yes
4545
- conda install --quiet --yes numpy scipy cython nose scikit-learn wheel"
46-
# there seems to be a problem with conda-build 1.21.0 on python27 and win64, avoid this
47-
# by using a previous version
48-
- conda install --quiet --yes conda-build=1.21.0
46+
- conda install --quiet --yes conda-build
4947
- "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst"
5048

5149
- ps: "ls dist"

0 commit comments

Comments
 (0)