Skip to content

Commit

Permalink
Update mshost.yaml for Azure Pipelines (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Jun 2, 2021
1 parent 48be0ef commit 0851eac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci_build/azure-pipelines/mshost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ jobs:
displayName: Check installation

- script: |
python setup.py develop
# cmake produces assemblies before setup.py makes the
# the list of files to include, second call solves that
python setup.py bdist_wheel
for file in dist/*.whl; do python -m pip install --upgrade $file; done
displayName: Build and install the wheel
Expand All @@ -181,7 +178,7 @@ jobs:
- script: python -m pip install torch torchvision torchaudio
displayName: Install pytorch

- script: python -m pytest test --verbose
- script: cd test && python -m pytest . --verbose
displayName: Run python test

- task: PublishPipelineArtifact@0
Expand Down

0 comments on commit 0851eac

Please sign in to comment.