8000 Merge pull request #23655 from r-devulap/ci-spr-enable · numpy/numpy@e90c836 · GitHub
[go: up one dir, main page]

Skip to content

Commit e90c836

Browse files
authored
Merge pull request #23655 from r-devulap/ci-spr-enable
CI: Enable CI on gcc 12.x on Intel SPR
2 parents 18a18cd + 30c9478 commit e90c836

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ jobs:
431431
run: sde -icl -- python runtests.py -n -v -- -k test_simd
432432

433433
intel_spr_sde_test:
434-
if: ${{ false }} # disable for now
435434
needs: [smoke_test]
436435
runs-on: ubuntu-latest
437436
steps:
@@ -456,6 +455,9 @@ jobs:
456455
export CC=/usr/bin/gcc-12
457456
export CXX=/usr/bin/g++-12
458457
python -m pip install -e .
458+
- name: Show config
459+
run: |
460+
python -c "import numpy as np; np.show_config()"
459461
# Run only a few tests, running everything in an SDE takes a long time
460462
# Using pytest directly, unable to use python runtests.py -n -t ...
461463
- name: Run linalg/ufunc/umath tests

0 commit comments

Comments
 (0)
0