Skip to content

Commit

Permalink
fix ruff CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Jan 15, 2025
1 parent 6a9b86d commit 4be1c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:
cd test_python_project
# Check Compliancy
ruff . --check
ruff check .
pip install -e ./*/
pytest
Expand Down
3 changes: 1 addition & 2 deletions node-hub/dora-distil-whisper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ dora-distil-whisper = "dora_distil_whisper.main:main"

[tool.poetry.dev-dependencies]
pytest = ">= 6.3.4"
pylint = ">= 3.3.2"
black = ">= 22.10"
ruff = ">= 0.9.1"

[build-system]
requires = ["poetry-core>=1.8.0"]
Expand Down

0 comments on commit 4be1c74

Please sign in to comment.