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 c4f132f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
lint:
runs-on: macos-15
name: Format, lint, and type check
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
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 c4f132f

Please sign in to comment.