Skip to content

Commit

Permalink
Update test name in file deletion workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Aug 23, 2023
1 parent 09ae207 commit af237c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Remove py311 incompatible tests (lack of numba support for 3.11, needed for lshmm)
if: matrix.python == '3.11'
run: |
rm python/tests/test_genotype_matching_*
rm python/tests/test_*matching*
- name: Run tests
working-directory: python
Expand Down

0 comments on commit af237c3

Please sign in to comment.