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.
2 parents 18a18cd + 30c9478 commit e90c836Copy full SHA for e90c836
.github/workflows/build_test.yml
@@ -431,7 +431,6 @@ jobs:
431
run: sde -icl -- python runtests.py -n -v -- -k test_simd
432
433
intel_spr_sde_test:
434
- if: ${{ false }} # disable for now
435
needs: [smoke_test]
436
runs-on: ubuntu-latest
437
steps:
@@ -456,6 +455,9 @@ jobs:
456
455
export CC=/usr/bin/gcc-12
457
export CXX=/usr/bin/g++-12
458
python -m pip install -e .
+ - name: Show config
459
+ run: |
460
+ python -c "import numpy as np; np.show_config()"
461
# Run only a few tests, running everything in an SDE takes a long time
462
# Using pytest directly, unable to use python runtests.py -n -t ...
463
- name: Run linalg/ufunc/umath tests
0 commit comments