Skip to content

Commit

Permalink
appveyor: fix typo in pip uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 25, 2019
1 parent 55aad18 commit a803e6a
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 @@ -58,7 +58,7 @@ build: false

before_test:
- pip install -e .[tests]
- pip uninstall awscli
- pip uninstall -y awscli # Using awscli from chocolatey
- aws configure set aws_access_key_id "%aws_access_key_id%"
- aws configure set aws_secret_access_key "%aws_secret_access_key%"
- aws configure set region us-east-2
Expand Down

0 comments on commit a803e6a

Please sign in to comment.