Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Oct 6, 2023
1 parent 663b23b commit 1af2a72
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 @@ -86,7 +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"
- "%PYTHON%\\python.exe -m 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 1af2a72

Please sign in to comment.