Skip to content

Commit

Permalink
chore: ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Nov 20, 2024
1 parent ea0717f commit 43badb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- name: Set up Python
run: uv python install
- run: uv sync --all-extras --dev
- run: uv run ruff format --check
- run: uv run ruff check --no-fix
Expand Down

0 comments on commit 43badb3

Please sign in to comment.