Skip to content

Commit 85c6eb6

Browse files
committed
Revert "CI: Disable numpy CPU features at runtime"
This reverts commit 24d9f37.
1 parent 04834bc commit 85c6eb6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99

1010
env:
1111
NO_AT_BRIDGE: 1 # Necessary for GTK3 interactive test.
12-
NPY_DISABLE_CPU_FEATURES: "AVX512F,AVX512CD,AVX512VL,AVX512BW,AVX512DQ,AVX512_SKX"
1312
OPENBLAS_NUM_THREADS: 1
1413
PYTHONFAULTHANDLER: 1
1514

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ stages:
129129
displayName: 'print env'
130130

131131
- bash: |
132-
export NPY_DISABLE_CPU_FEATURES="AVX512F,AVX512CD,AVX512VL,AVX512BW,AVX512DQ,AVX512_SKX"
133132
PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
134133
[[ "$PYTHON_VERSION" = 'Pre' ]]
135134
displayName: 'pytest'

0 commit comments

Comments
 (0)