Skip to content

Commit 5f3b784

Browse files
committed
Reformat long pytest line
1 parent 34ba02c commit 5f3b784

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cubed.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,12 @@ jobs:
3030
3131
- name: Test with pytest
3232
run: |
33-
pytest -v sgkit/tests/test_{aggregation,association,hwe,pca}.py -k 'test_count_call_alleles or test_gwas_linear_regression or test_hwep or test_sample_stats or (test_count_variant_alleles and not test_count_variant_alleles__chunked[call_genotype]) or (test_variant_stats and not test_variant_stats__chunks[chunks2-False]) or (test_pca__array_backend and tsqr)' --use-cubed
33+
pytest -v sgkit/tests/test_{aggregation,association,hwe,pca}.py \
34+
-k "test_count_call_alleles or \
35+
test_gwas_linear_regression or \
36+
test_hwep or \
37+
test_sample_stats or \
38+
(test_count_variant_alleles and not test_count_variant_alleles__chunked[call_genotype]) or \
39+
(test_variant_stats and not test_variant_stats__chunks[chunks2-False]) or \
40+
(test_pca__array_backend and tsqr)" or \
41+
--use-cubed

0 commit comments

Comments
 (0)