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

Commit e3f554f

Browse files
committed
Change order of some commands in appveyor build script
1 parent 2ddedaa commit e3f554f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ install:
4646
# Install the build and runtime dependencies of the project.
4747
- "conda install --quiet --yes six numpy pandas sympy scipy cython nose scikit-learn wheel conda-build"
4848
- "pip install sphinx-gallery"
49-
- "python setup.py build_ext --inplace --cythonize"
5049
- "python setup.py bdist_wheel bdist_wininst"
50+
- "python setup.py build_ext --inplace --cythonize"
51+
5152
- ps: "ls"
5253

5354
# Install the generated wheel package to test it

0 commit comments

Comments
 (0)