diff --git a/.github/workflows/test-eynollah.yml b/.github/workflows/test-eynollah.yml index e639d41..47be056 100644 --- a/.github/workflows/test-eynollah.yml +++ b/.github/workflows/test-eynollah.yml @@ -63,6 +63,7 @@ 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"