From 41e968bd1500e1249f66cc490465c568c9159a18 Mon Sep 17 00:00:00 2001 From: Onur Atakan ULUSOY Date: Wed, 11 May 2022 16:32:09 +0000 Subject: [PATCH] Fix --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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