Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jan 20, 2025
1 parent 7ace696 commit 236eac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
lint:
name: Format, lint, and type check
runs-on: macos-15
steps:
- name: Checkout Code
Expand All @@ -29,7 +30,7 @@ jobs:
run: |
uv sync --frozen
source .venv/bin/activate
uv pip install --compile-bytecode --editable .[dev]
uv pip install --compile-bytecode --editable .
- name: Run Ruff
if: always()
Expand Down

0 comments on commit 236eac7

Please sign in to comment.