From 1f4405be443b0329098b2881a85c40cfec3a252b Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 12 Feb 2025 12:20:34 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b75de0..8bbeef5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: - run: pip install flake8 - run: pip install flake8-import-order - run: pip install mypy - - run: flake8 arcface_converter face_swapper - - run: mypy arcface_converter face_swapper + - run: flake8 embedding_converter face_swapper + - run: mypy embedding_converter face_swapper