mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 08:59:59 +00:00
updated pytests and fixed dangling spdlog code in python main.cpp
This commit is contained in:
5
.github/workflows/python_tests.yml
vendored
5
.github/workflows/python_tests.yml
vendored
@@ -25,9 +25,6 @@ jobs:
|
||||
- name: test-python
|
||||
run: |
|
||||
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
|
||||
pytest -v python/test/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user