Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiyomaru committed Dec 28, 2023
1 parent 3a47fa1 commit 3a80cb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
- name: Run linters
run: |
pipx install pre-commit
pre-commit run --files llm_judge/*.py
pre-commit run -a

0 comments on commit 3a80cb8

Please sign in to comment.