Skip to content

Commit

Permalink
fix ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samoed committed Dec 20, 2024
1 parent cd01cdc commit e4985b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
- uses: astral-sh/ruff-action@v2
with:
version: "0.8.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hydra-core = "^1.3.2"
faiss-cpu = "^1.9.0"
openai = "^1.52.1"
datasets = "^3.1.0"
ruff = "^0.8.0"
ruff = "==0.8.4"
xxhash = "^3.5.0"

[tool.poetry.group.dev]
Expand Down

0 comments on commit e4985b2

Please sign in to comment.