8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dfd57 commit 6f7d768Copy full SHA for 6f7d768
azure-pipelines.yml
@@ -114,16 +114,8 @@ stages:
114
python3 -m pip install -r test_requirements.txt && \
115
echo CFLAGS \$CFLAGS && \
116
python3 -m pip install -v . && \
117
- python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
118
- python3 -m pip install threadpoolctl && \
119
- python3 tools/openblas_support.py --check_version"
+ python3 -m pytest --pyargs numpy"
120
displayName: 'Run 32-bit manylinux2014 Docker Build / Tests'
121
- - task: PublishTestResults@2
122
- condition: succeededOrFailed()
123
- inputs:
124
- testResultsFiles: '**/test-*.xml'
125
- failTaskOnFailedTests: true
126
- testRunTitle: 'Publish test results for Python 3.9-32 bit full Linux'
127
128
129
- job: macOS
0 commit comments