Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0e88c commit d21106cCopy full SHA for d21106c
.appveyor.yml
@@ -56,13 +56,15 @@ install:
56
# For building, use a new environment
57
- conda create -q -n test-environment python=%PYTHON_VERSION% tk
58
- 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
62
- echo %PYTHON_VERSION% %TARGET_ARCH%
63
# Install dependencies from PyPI.
64
- python -mpip install --upgrade -r requirements/testing/travis_all.txt %EXTRAREQS% %PINNEDVERS%
65
# Install optional dependencies from PyPI.
66
# Sphinx is needed to run sphinxext tests
67
- python -mpip install --upgrade sphinx
- - python -mpip install --upgrade pywin32==227
68
# Show the installed packages + versions
69
- conda list
70
0 commit comments