Skip to content

Commit b693d95

Browse files
committed
ci: install pyinstaller after test
1 parent a353964 commit b693d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ install:
2929
- "appveyor-retry pip install -e ."
3030
- "appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/dclab.git"
3131
- "appveyor-retry pip install git+git://github.com/ZELLMECHANIK-DRESDEN/pyqtgraph.git"
32-
# Install pyinstaller (includes dependency for pywin32)
33-
- "appveyor-retry pip install pyinstaller==3.6"
3432
# Show the installed packages
3533
- "pip freeze"
3634

@@ -51,6 +49,8 @@ after_test:
5149
- "python setup.py bdist_wheel"
5250
- "python setup.py sdist"
5351
- ps: "ls dist"
52+
# Install pyinstaller (includes dependency for pywin32)
53+
- "appveyor-retry pip install pyinstaller==3.6"
5454
# Run pyinstaller
5555
- "pyinstaller -y --log-level=WARN .appveyor\\shapeout2.spec"
5656
# Create InnoSetup installers

0 commit comments

Comments
 (0)