Skip to content

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Oct 6, 2023
1 parent d529000 commit 663b23b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ install:
#- ECHO "Notepad location "
#- ps: "ls C:\\Windows\\System32\\notepad.exe"

# Install zlib for pillow
- vcpkg install zlib

# install the appropriate Miniconda (Py2/Py3, 32/64 bit),
# as well as pywin32, pillow and coverage
- "powershell ./ci/install.ps1"
Expand All @@ -89,6 +86,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install --upgrade pip"
- "%CMD_IN_ENV% pip install -r dev-requirements.txt"
- "%CMD_IN_ENV% python -c \"import os,subprocess; os.environ.get('UIA_SUPPORT')=='YES' and subprocess.check_output(['pip','install','comtypes'])\""

Expand Down

0 comments on commit 663b23b

Please sign in to comment.