Skip to content

Commit dec8a44

Browse files
committed
Fix CI: use 'smudgeplot extract' not 'extract_kmer_pairs'
The extract_kmer_pairs binary is exposed via the 'smudgeplot extract' subcommand, not 'smudgeplot extract_kmer_pairs'.
1 parent 748bc88 commit dec8a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
smudgeplot --version
4444
smudgeplot -h
4545
smudgeplot hetmers --help
46-
smudgeplot extract_kmer_pairs --help
46+
smudgeplot extract --help
4747
4848
build-wheels:
4949
name: Build wheels on ${{ matrix.os }}
@@ -115,4 +115,4 @@ jobs:
115115
- name: Test compiled binaries execute
116116
run: |
117117
smudgeplot hetmers --help
118-
smudgeplot extract_kmer_pairs --help
118+
smudgeplot extract --help

0 commit comments

Comments
 (0)