Skip to content

Commit

Permalink
appveyor: don't install dvc as editable
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 25, 2019
1 parent e0bfa0a commit a54a340
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ install:
- npm install -g [email protected]
- ps: $AzuriteProcess = Start-Process azurite-blob -PassThru
- python -m pip install -U pip setuptools wheel
- pip install -e .[all]
- pip install .[all,tests]
- python setup.py install

build: false

before_test:
- pip install -e .[tests]
- 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%"
Expand Down

0 comments on commit a54a340

Please sign in to comment.