Skip to content

Commit

Permalink
MAINT pysoundfile -> soundfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lostanlen committed Jan 23, 2024
1 parent e99079a commit 8cb0905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
python -m pip install coveralls
python -m pip install pysoundfile
python -m pip install soundfile
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install -e .
mkdir ${{ github.workspace }}/coverage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'pytest',
'pytest-cov',
'pytest-pep8',
'pysoundfile >= 0.9.0',
'soundfile >= 0.11.0',
],
'docs': [
'sphinx==1.2.3', # autodoc was broken in 1.3.1
Expand Down

0 comments on commit 8cb0905

Please sign in to comment.