Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd21106c

Browse files
committed
CI: try installing pywin32 from conda
1 parent0d0e88c commitd21106c

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)

[8]ページ先頭

©2009-2025 Movatter.jp