Skip to content

Commit

Permalink
show SIMD features of agent before running test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 30, 2021
1 parent 1bb452b commit e39a327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ test:
- blas =*=*{{ blas_impl }}
commands:
- f2py -h
# show SIMD features; change to np.show_config() for v>=1.22.0
- python -c "import numpy; numpy._pytesttester._show_numpy_info()"
{% set numproc = "-nauto" if aarch64 else "" %}
- pytest --pyargs numpy -k "not ({{ tests_to_skip }})" {{ numproc }} --durations=100 -v
imports:
Expand Down

0 comments on commit e39a327

Please sign in to comment.