mirror of
https://github.com/facefusion/facefusion-labs.git
synced 2026-04-19 15:56:37 +02:00
Only ubuntu needed for test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user