Skip to content

Commit

Permalink
fix appvayor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Oct 2, 2023
1 parent 03a404d commit 91d32fc
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"
- "IF %UIA_SUPPORT% == \"YES\" pip install comtypes"
- "IF %UIA_SUPPORT% == \"YES\" %CMD_IN_ENV% 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 91d32fc

Please sign in to comment.