Add basic test for aad and unet

This commit is contained in:
henryruhs
2025-03-05 13:28:08 +01:00
parent 13d15029b7
commit daeec46e36
+1 -1
View File
@@ -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