Skip to content

Commit

Permalink
Disallow pip 22.0 on AppVeyor
Browse files Browse the repository at this point in the history
I think we're hitting pypa/pip#10848
  • Loading branch information
QuLogic committed Feb 1, 2022
1 parent f6db6cd commit 704e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install:
- conda config --prepend channels conda-forge

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

0 comments on commit 704e489

Please sign in to comment.