Skip to content

RVC2 and RVC3 migration to python3.10 #60

RVC2 and RVC3 migration to python3.10

RVC2 and RVC3 migration to python3.10 #60

Workflow file for this run

name: Test - RVC3
on:
workflow_dispatch:
pull_request:
branches:
- dev
- main
paths:
- 'modelconverter/packages/rvc3/**'
- 'tests/test_packages/test_rvc3.py'
- 'dockerfiles/Dockerfile.rvc3'
- 'entrypoints/entrypoint_rvc3.sh'
- '.github/workflows/modelconverter_test.yaml'
- '.github/workflows/rvc3_test.yaml'
jobs:
rvc3-test:
uses: ./.github/workflows/modelconverter_test.yaml
secrets: inherit
with:
package: rvc3
version: "2022.3.0"