Only ubuntu needed for test

This commit is contained in:
henryruhs
2025-03-05 14:44:58 +01:00
parent 5f053f9f69
commit de72e50233
+1 -4
View File
@@ -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