Skip to content

Commit

Permalink
Use xdist for annotation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 14, 2024
1 parent ad876d8 commit c2056d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
shell: micromamba-shell {0}

- name: Run pytest annotations
run: pytest -v ${{ github.workspace }}/tests/annotations
run: pytest -n auto -v ${{ github.workspace }}/tests/annotations
shell: micromamba-shell {0}
4 changes: 3 additions & 1 deletion deeprvat_annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ dependencies:
#comment out lines below if you want to use preinstalled bcftools or samtools
- bcftools=1.17
- samtools=1.17
- ensembl-vep=110.1
- ensembl-vep=110.1
- pytest=8.2.0
- pytest-xdist=3.5.0

0 comments on commit c2056d0

Please sign in to comment.