Skip to content

Commit

Permalink
[CI] Use PIP directly for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Jun 30, 2023
1 parent 6fc3c06 commit db5e0bd
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 @@ -8,7 +8,7 @@ init:

install:
- npm i --legacy-peer-deps
- C:\Python311-x64 -m pip install castlabs-evs
- pip install castlabs-evs

environment:
GH_TOKEN:
Expand Down

0 comments on commit db5e0bd

Please sign in to comment.