Skip to content

Commit

Permalink
Don't attempt to build pyautotrace during lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Oct 27, 2024
1 parent 7f6cc0d commit 89fa515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install development dependencies
run: uv sync --locked --all-extras --group dev
run: uv sync --locked --no-install-project --all-extras --group dev

- name: Run pre-commit hooks
uses: pre-commit/[email protected]

0 comments on commit 89fa515

Please sign in to comment.