Skip to content

Commit ac19fdf

Browse files
ci: fix working-directory, use uv sync at root
Co-Authored-By: AdaL <adal@sylph.ai>
1 parent a67b46d commit ac19fdf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: uv sync --all-extras
27-
working-directory: rosetta-alpha
2827

2928
- name: Run tests
3029
env:
3130
# Smoke tests use mock keys — no real API calls needed in CI
3231
GROQ_API_KEY: gsk_ci_dummy_key_for_tests_only
3332
run: uv run pytest tests/ -v --tb=short
34-
working-directory: rosetta-alpha
3533

3634
- name: Lint (ruff)
3735
run: uv run ruff check .
38-
working-directory: rosetta-alpha
3936
continue-on-error: true # warn but don't block on style issues during hackathon

0 commit comments

Comments
 (0)