Skip to content

Commit 704e489

Browse files
committed
Disallow pip 22.0 on AppVeyor
I think we're hitting pypa/pip#10848
1 parent f6db6cd commit 704e489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555
- conda config --prepend channels conda-forge
5656

5757
# For building, use a new environment
58-
- conda create -q -n test-environment python=%PYTHON_VERSION% tk
58+
- conda create -q -n test-environment python=%PYTHON_VERSION% tk "pip<22.0"
5959
- activate test-environment
6060
# pull pywin32 from conda because on py38 there is something wrong with finding
6161
# the dlls when insalled from pip

0 commit comments

Comments
 (0)