Skip to content

Commit 6802178

Browse files
committed
Revert "Add test dependencies to windows AP builds"
This reverts commit b5de778.
1 parent b5de778 commit 6802178

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.azure-pipelines/windows-steps.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ steps:
2121
displayName: 'Display build info'
2222
condition: and(succeeded(), variables['testRunPlatform'])
2323

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

0 commit comments

Comments
 (0)