Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/simplexity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: uv run --extra dev --extra penzai pylint simplexity tests

- name: pyright
run: uv run --extra aws --extra dev --extra penzai pyright
run: uv run --extra altair --extra aws --extra dev --extra penzai pyright

unit-tests:
runs-on: ubuntu-latest
Expand All @@ -41,7 +41,7 @@ jobs:
# Coverage is tracked but won't fail - new code in PRs is checked via diff-cover
# TODO: Enable strict overall coverage enforcement once coverage improves
# Note: --cov-fail-under=0 is explicit but redundant since pyproject.toml doesn't set a threshold
uv run --extra aws --extra dev --extra cuda --extra penzai pytest \
uv run --extra altair --extra aws --extra dev --extra cuda --extra penzai pytest \
--capture=no \
--verbose \
--cov-fail-under=0
Expand Down
Loading
Loading