We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6db6cd commit 704e489Copy full SHA for 704e489
.appveyor.yml
@@ -55,7 +55,7 @@ install:
55
- conda config --prepend channels conda-forge
56
57
# For building, use a new environment
58
- - conda create -q -n test-environment python=%PYTHON_VERSION% tk
+ - conda create -q -n test-environment python=%PYTHON_VERSION% tk "pip<22.0"
59
- activate test-environment
60
# pull pywin32 from conda because on py38 there is something wrong with finding
61
# the dlls when insalled from pip
0 commit comments