14 lines
155 B
Plaintext
14 lines
155 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
discover:
|
|
how: shell
|
|
|
|
tests:
|
|
- name: import
|
|
test: |
|
|
python3.14 -c 'import scipy'
|
|
require:
|
|
- python3.14-scipy
|
|
|