Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Oct 2, 2023
1 parent 30d3d68 commit 5d4e4d8
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 @@ -78,7 +78,7 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "%CMD_IN_ENV% pip install -r dev-requirements.txt"
- "%CMD_IN_ENV% python -c \"import os,subprocess,sys; os.environ.get('UIA_SUPPORT')=='YES' and sys.stdout.write(subprocess.check_output(['pip','install','comtypes'],shell=True))\""
- "%CMD_IN_ENV% python -c \"import os,subprocess; os.environ.get('UIA_SUPPORT')=='YES' and subprocess.check_output(['pip','install','comtypes'])\""

# Enable desktop (for correct screenshots).
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-desktop.ps1'))
Expand Down

0 comments on commit 5d4e4d8

Please sign in to comment.