Skip to content

Commit

Permalink
Skip tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XingerTang committed Sep 4, 2024
1 parent d13d52c commit 51f3c00
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Install AlphaImpute2
run: pip install dist/AlphaImpute2-0.0.3-py3-none-any.whl

- name: Install pytest
run: |
pip install pytest
pip install pytest-benchmark
# - name: Install pytest
# run: |
# pip install pytest
# pip install pytest-benchmark

- name: Run pytest
run: |
pytest
# - name: Run pytest
# run: |
# pytest

0 comments on commit 51f3c00

Please sign in to comment.