Skip to content

Commit

Permalink
delete install-dependencies.yml and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Oct 1, 2018
1 parent fe76e4f commit 69c74f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .azure-pipelines/jobs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
inputs:
versionSpec: '$(python.version)'

- template: install-dependencies.yml
- bash: pip install --upgrade setuptools tox
displayName: Install Tox

- script: tox -e py -- -m unit --junit-xml=junit/unit-test.xml
displayName: Tox run unit tests
Expand Down
3 changes: 0 additions & 3 deletions .azure-pipelines/steps/install-dependencies.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .azure-pipelines/steps/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ steps:
versionSpec: '$(python.version)'
architecture: '$(python.architecture)'

- template: install-dependencies.yml
- bash: pip install --upgrade setuptools tox
displayName: Install Tox

- script: tox -e py -- -m unit -n 3 --junit-xml=junit/unit-test.xml
displayName: Tox run unit tests
Expand Down

0 comments on commit 69c74f9

Please sign in to comment.