Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jul 18, 2024
1 parent e37332b commit 3131e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
pip install $(ls dist/nplinker*.whl)
install-nplinker-deps --run-on-github
- name: Run unit tests
run: pytest -v tests/unit/genomics/test_runbigscape.py
run: pytest -n1 -v tests/unit/genomics/test_runbigscape.py

0 comments on commit 3131e53

Please sign in to comment.