Skip to content

Commit 2aec726

Browse files
author
Matt Carey
committed
fix: linting gh actions
1 parent e9753b7 commit 2aec726

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
enable-cache: true
1919

2020
- name: Install dependencies
21-
run: uv sync
21+
run: uv sync --all-extras
2222

2323
- name: Run Ruff
2424
uses: astral-sh/ruff-action@v3

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ jobs:
2323

2424
- name: Run tests
2525
run: uv run pytest
26-
27-
- name: Run type checks
28-
run: uv run mypy packages/stackone-ai/stackone_ai/

0 commit comments

Comments
 (0)