Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakwill committed Dec 6, 2024
1 parent 9fc1e13 commit c8d0f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run tests
run: pytest
if: ! contains(github.head_ref, "-skip-tests")
run: |
pip install pytest
pytest
3 changes: 3 additions & 0 deletions tests/test_parallel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python3

"""Test for parallel computing
"""


from pyrimidine.parallel import *

Expand Down

0 comments on commit c8d0f73

Please sign in to comment.