Skip to content

Commit ce55187

Browse files
committed
fix test code
1 parent c16792a commit ce55187

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install libsndfile1-dev
3030
python -m pip install --upgrade pip
3131
python -m pip install poetry flake8 pytest
32-
poetry install
32+
poetry install --no-root
3333
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3434
- name: Lint with flake8
3535
run: |

0 commit comments

Comments
 (0)