Skip to content

Commit bc448d6

Browse files
ci: remove merge_pods step that requires setup-only tools
The snakemake merge_pods step needs dorado, remora, and pod5 which require `pixi run setup` (not available in CI). The integration tests validate pre-downloaded outputs and don't need to run snakemake rules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7f8fb64 commit bc448d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
- name: Download test data
5555
run: pixi run dl-test-data
5656

57-
- name: Run pipeline test (non-GPU rules only)
58-
run: |
59-
# Run merge_pods rule as a basic test (doesn't require GPU)
60-
pixi run snakemake .tests/outputs/pod5/sample1/sample1.pod5 --cores 2 --configfile=config/config-test.yml
61-
6257
- name: Run integration tests
6358
run: pixi run -e test pytest tests/integration/ -v
6459

0 commit comments

Comments
 (0)