Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiovanis committed Feb 16, 2021
1 parent 014e311 commit 2951372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pr:
- Development

pool:
vmImage: "MacOS-latest"
vmImage: "Ubuntu-latest"

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -70,7 +70,6 @@ steps:
- script: |
pip install -r requirements.txt
pip install -e .
displayName: Install project dependencies
- script: |
Expand Down

0 comments on commit 2951372

Please sign in to comment.