We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67b46d commit ac19fdfCopy full SHA for ac19fdf
1 file changed
.github/workflows/ci.yml
@@ -24,16 +24,13 @@ jobs:
24
25
- name: Install dependencies
26
run: uv sync --all-extras
27
- working-directory: rosetta-alpha
28
29
- name: Run tests
30
env:
31
# Smoke tests use mock keys — no real API calls needed in CI
32
GROQ_API_KEY: gsk_ci_dummy_key_for_tests_only
33
run: uv run pytest tests/ -v --tb=short
34
35
36
- name: Lint (ruff)
37
run: uv run ruff check .
38
39
continue-on-error: true # warn but don't block on style issues during hackathon
0 commit comments