We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ae207 commit af237c3Copy full SHA for af237c3
.github/workflows/tests.yml
@@ -145,7 +145,7 @@ jobs:
145
- name: Remove py311 incompatible tests (lack of numba support for 3.11, needed for lshmm)
146
if: matrix.python == '3.11'
147
run: |
148
- rm python/tests/test_genotype_matching_*
+ rm python/tests/test_*matching*
149
150
- name: Run tests
151
working-directory: python
0 commit comments