8000 add debug printing · numpy/numpy@07a4352 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07a4352

Browse files
committed
add debug printing
1 parent 81842f6 commit 07a4352

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,11 @@ stages:
198198
- script: python runtests.py -g --refguide-check
199199
displayName: 'Run Refguide Check'
200200
condition: eq(variables['USE_OPENBLAS'], '1')
201-
- script: python runtests.py -n --mode=full -- -rsx --junitxml=junit/test-results.xml
201+
- script: |
202+
echo LIBRARY_PATH ${LIBRARY_PATH}
203+
echo ls LIBRARY_PATH
204+
ls ${LIBRARY_PATH}
205+
python runtests.py -n --mode=full -- -rsx --junitxml=junit/test-results.xml
202206
displayName: 'Run Full NumPy Test Suite'
203207
condition: eq(variables['USE_OPENBLAS'], '1')
204208
env:

0 commit comments

Comments
 (0)
0