mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-03-30 12:27:03 +00:00
👷 add 3.9 support for testing
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6, 3.7, 3.8]
|
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
@@ -48,4 +48,4 @@ jobs:
|
|||||||
poetry run black spleeter --check
|
poetry run black spleeter --check
|
||||||
poetry run isort spleeter --check
|
poetry run isort spleeter --check
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: poetry run pytest tests/
|
run: poetry run pytest tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user