From 64ebfa7b84fddff6834ada276a4660ae2beaa6fd Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 5 Mar 2025 13:43:47 +0100 Subject: [PATCH] Add basic test for aad and unet --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3db5d8a..d22407d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: python-version: '3.12' - run: pip install torch torchvision - run: pip install pytest - - run: PYTHONPATH=face_swapper pytest + - run: pytest