summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeveloper-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>2022-10-03 17:16:12 -0700
committerDeveloper-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com>2023-01-04 02:19:18 -0800
commit30bb4b6b3c2d90530790ef45fa629ce5a0e7f9e1 (patch)
treec6988e0c714ed8616a6570dea8e9cea675467c8c
parent37af59f00b55f63717172e7bfd07be1ed4878d68 (diff)
downloadnumpy-30bb4b6b3c2d90530790ef45fa629ce5a0e7f9e1.tar.gz
Revert "CI: Try hooking gdb into failing CI (likely not correct, but lets see...)"
This reverts commit a05d9607885d9cfe7a0de25e3171f1758f861e6a.
-rw-r--r--azure-pipelines.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6eb824e66..647ddab30 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -113,7 +113,6 @@ stages:
cp \$target/include/* /usr/include && \
python3 -m pip install -r test_requirements.txt && \
echo CFLAGS \$CFLAGS && \
- yum install -y gdb && \
python3 -m pip install -v . && \
python3 runtests.py -n --debug-info --mode=full -- -rsx --junitxml=junit/test-results.xml && \
python3 -m pip install threadpoolctl && \