Skip to content

Commit

Permalink
don't install everything just to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 13, 2024
1 parent f0b2a12 commit efd3c44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
- name: "Install Python dependencies"
run: |
python -m pip install --upgrade uv
uv pip install --system --upgrade pip setuptools wheel
uv pip install --system ".[lint]"
uv pip install --system --upgrade black isort
uv pip list --system
- name: "Check format"
run: |
Expand Down

0 comments on commit efd3c44

Please sign in to comment.