Added backwards compat test for python
This commit is contained in:
parent
0a361907f2
commit
0fef1be71f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python_tests.yml
vendored
1
.github/workflows/python_tests.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
export VK_ICD_FILENAMES=/swiftshader/vk_swiftshader_icd.json
|
||||
pytest -v python/test/test_array_multiplication.py
|
||||
pytest -v python/test/test_kompute.py -k "test_opmult"
|
||||
pytest -v python/test/test_kompute.py -k "test_tensor_rebuild_backwards_compat"
|
||||
pytest -v python/test/test_logistic_regression.py
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue