Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d21106c

Browse files
committed
CI: try installing pywin32 from conda
1 parent 0d0e88c commit d21106c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ install:
5656
# For building, use a new environment
5757
- conda create -q -n test-environment python=%PYTHON_VERSION% tk
5858
- activate test-environment
59+
# pull pywin32 from conda because on py38 there is something wrong with finding
60+
# the dlls when insalled from pip
61+
- conda install -c conda-forge pywin32
5962
- echo %PYTHON_VERSION% %TARGET_ARCH%
6063
# Install dependencies from PyPI.
6164
- python -mpip install --upgrade -r requirements/testing/travis_all.txt %EXTRAREQS% %PINNEDVERS%
6265
# Install optional dependencies from PyPI.
6366
# Sphinx is needed to run sphinxext tests
6467
- python -mpip install --upgrade sphinx
65-
- python -mpip install --upgrade pywin32==227
6668
# Show the installed packages + versions
6769
- conda list
6870

0 commit comments

Comments
 (0)