Skip to content

Commit af237c3

Browse files
Update test name in file deletion workaround
1 parent 09ae207 commit af237c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Remove py311 incompatible tests (lack of numba support for 3.11, needed for lshmm)
146146
if: matrix.python == '3.11'
147147
run: |
148-
rm python/tests/test_genotype_matching_*
148+
rm python/tests/test_*matching*
149149
150150
- name: Run tests
151151
working-directory: python

0 commit comments

Comments
 (0)