Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Mar 14, 2024
1 parent e6ce02f commit bc867c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ligthtwood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools poetry
poetry install flake8
poetry install -E image
poetry install -E image dev
- name: Install dependencies OSX
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ suod = {version = ">=0.1.3", optional = true} # TODO: remove?
[tool.poetry.extras]
dev = [
"autopep8",
"flake8",
]
audio = [
"librosa",
Expand Down

0 comments on commit bc867c6

Please sign in to comment.