diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03f93f5..b5ee5ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,8 @@ jobs: python -m pip install --upgrade pip pip install pytest pip install . - cd tests + - name: Test with pytest run: | - pytest unit_tests.py \ No newline at end of file + cd tests + pytest deepface/tests/unit_tests.py \ No newline at end of file