From 7b1e9549aa4982fbc62886eaa69907ab9925b57a Mon Sep 17 00:00:00 2001 From: Sam Dang Date: Wed, 11 Dec 2024 17:49:19 +0700 Subject: [PATCH] Revert "update workflows" --- .github/workflows/docker-image.yml | 3 +-- .github/workflows/python-package.yml | 32 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/python-package.yml diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 7fc9b46..3f53646 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,8 +10,7 @@ jobs: build: - runs-on: ["ubuntu-latest", "ubuntu-22.04", "ubuntu-20.04", "windows-latest", "windows-2022", "windows-2019", "macos-latest", "macos-13", "macos-12"] - + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml new file mode 100644 index 0000000..f85db94 --- /dev/null +++ b/.github/workflows/python-package.yml @@ -0,0 +1,32 @@ +# This workflow will install Python dependencies, run tests and lint with a variety of Python versions +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python + +name: Python package + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + python-version: ["3.10", "3.11"] + + steps: + - uses: actions/checkout@v4 + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v3 + with: + python-version: ${{ matrix.python-version }} + - name: Install Python environment with conda + run: | + pip install -e . && pip cache purge + - name: Test viettts CLI + run: | + viettts show-voices