Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Test Matrix table smaller #308

Merged
merged 1 commit into from
Apr 4, 2021
Merged

Conversation

PokhodenkoSA
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA commented Apr 2, 2021

Fixes #307.
I have moved long line in columns "Build Commands" to a line under the table.
Also I have found that the last line was incorrect.

Comment on lines -84 to -85
| 4 | Windows | 10 | 3.7 | Gen9 Integrated | CI | 2021.2 | python setup.py install; pytest -q -ra --disable-warnings --pyargs numba_dppy -vv | Numba, NumPy | OCL |
| 5 | Windows | 10 | 3.7 | i7-10710 | CI | 2021.2 | python setup.py install; python -q -ra --disable-warnings --pyargs numba_dppy -vv | Numba, NumPy | OCL |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First lines contain pytest -q -ra ... and the last one contains python -q -ra ...

@diptorupd diptorupd merged commit d22cb6a into main Apr 4, 2021
@diptorupd diptorupd deleted the spokhode/fix/test-matrix-table branch April 4, 2021 03:16
@PokhodenkoSA
Copy link
Contributor Author

PokhodenkoSA commented Apr 5, 2021

@shssf It could be useful for dpnp too. As I see Test matrix in dpnp README is also very big.
We just move long repetitive lines from table to section bellow of the table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prettify TestMatrix table in README.md
2 participants