From de72e502337317ff123b36e330c7be01db9b0523 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 5 Mar 2025 14:44:58 +0100 Subject: [PATCH] Only ubuntu needed for test --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3ba555..563a723 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,7 @@ jobs: - run: flake8 embedding_converter face_swapper - run: mypy embedding_converter face_swapper test: - strategy: - matrix: - os: [ macos-latest, ubuntu-latest, windows-latest ] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4