Skip to content

Commit

Permalink
Revert "Add test dependencies to windows AP builds"
Browse files Browse the repository at this point in the history
This reverts commit b5de778.
  • Loading branch information
pganssle committed May 8, 2020
1 parent b5de778 commit 6802178
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .azure-pipelines/windows-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ steps:
displayName: 'Display build info'
condition: and(succeeded(), variables['testRunPlatform'])

- script: |
python.bat -m ensurepip --user
python.bat -m pip install --user -r Misc/requirements-tests.txt
PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results.xml" --tempdir="$(Build.BinariesDirectory)\test"
- script: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results.xml" --tempdir="$(Build.BinariesDirectory)\test"
displayName: 'Tests'
condition: and(succeeded(), variables['testRunPlatform'])
env:
Expand Down

0 comments on commit 6802178

Please sign in to comment.