Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 1, 2020
1 parent 4b522db commit db746be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
displayName: 'Install Requirements Conda'
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
- script: pip install onnxruntime
displayName: 'Install onnxruntime'
- script: |
python -u setup.py build_ext --inplace
displayName: 'Runs Unit Tests'
Expand Down

0 comments on commit db746be

Please sign in to comment.