From daeec46e36026a2550993e0a37eb213d3b461ab0 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 5 Mar 2025 13:28:08 +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 b6ced3e..3db5d8a 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: pytest face_swapper/tests + - run: PYTHONPATH=face_swapper pytest