Merge pull request #651 from deezer/tf-2.5

Python 3.9 and TF 2.5 compatibility
This commit is contained in:
Félix Voituret
2021-09-03 11:55:05 +02:00
committed by GitHub
5 changed files with 808 additions and 622 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@@ -48,4 +48,4 @@ jobs:
poetry run black spleeter --check
poetry run isort spleeter --check
- name: Test with pytest
run: poetry run pytest tests/
run: poetry run pytest tests/