Skip to content

Commit

Permalink
chore: Update youtubed CLI command in pyproject.toml and fix audio ex…
Browse files Browse the repository at this point in the history
…traction bug
  • Loading branch information
mauriciobellon committed Jul 11, 2024
1 parent 844758e commit c0f9076
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
poetry install
- name: Run tests
run: |
poetry run pytest
poetry run which pytest
poetry run python -m pytest
59 changes: 58 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ yt-dlp = "^2024.7.9"
pydub = "^0.25.1"
youtube-transcript-api = "^0.6.2"

pytest = "^8.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit c0f9076

Please sign in to comment.