make *test: fix paths

This commit is contained in:
kba 2025-11-05 15:28:41 +01:00
parent 0bef6e297b
commit e449dbab6d
2 changed files with 9 additions and 10 deletions

View file

@ -70,7 +70,6 @@ jobs:
- name: Hard-upgrade torch for debugging
run: |
python -m pip install --upgrade torch
find models_eynollah
- name: Test with pytest
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"