Skip to content

Commit

Permalink
add screenshot to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Jan 20, 2025
1 parent dd5fd93 commit 9f09d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
uv sync
uv pip install ".[dev]"
uv pip install ".[dev,screenshot]"
- name: Run ruff
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
uv sync
uv pip install ".[dev]"
uv pip install ".[dev,screenshot]"
- name: Run tests
run: |
Expand Down

0 comments on commit 9f09d11

Please sign in to comment.