Skip to content

Commit

Permalink
fix: maybe pre commit?
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Oct 8, 2024
1 parent 42545df commit fde524d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
- name: Set up Python
run: uv python install 3.8

- name: Install Pre-Commit
run: uv pip install pre-commit && pre-commit install
- name: Create virtual environment
run: uv sync --all-extras --dev

- name: Install Pre-Commit hooks
run: pre-commit install

- name: Load cached Pre-Commit Dependencies
id: cached-pre-commit-dependencies
Expand Down

0 comments on commit fde524d

Please sign in to comment.