Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Apr 16, 2024
1 parent eb7034e commit ad8e6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install package dependencies
run: |
python -m pip install --upgrade --user pip --quiet
python -m pip install .["stempeg"]
python -m pip install .["tests"]
python --version
pip --version
python -m pip list
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tests = [
"pytest",
"musdb>=0.4.0",
"museval>=0.4.0",
"stempeg",
"asteroid-filterbanks>=0.3.2",
"onnx",
"tqdm",
Expand Down

0 comments on commit ad8e6ef

Please sign in to comment.