Skip to content

Commit

Permalink
Repair CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 26, 2019
1 parent f085b17 commit e44d91e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- script: |
pip install --upgrade pip
pip install .
pip install . --no-deps
displayName: "pip install"
Expand All @@ -71,7 +71,7 @@ jobs:

- script: |
pip install --upgrade pip
pip install .
pip install . --no-deps
displayName: "pip install"
- job: Windows
Expand All @@ -91,7 +91,7 @@ jobs:
displayName: "Use Python $(python.version)"
- powershell: |
pip install --upgrade pip
pip install .
pip install . --no-deps
displayName: "pip install"
Expand Down

0 comments on commit e44d91e

Please sign in to comment.