Skip to content

Commit

Permalink
ci: make the test invocation simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jun 22, 2023
1 parent 2747623 commit 4147327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- name: Install
run: |
pip install .[dev]
pip install git+https://github.com/hera-team/hera_filters # temporary until hera-filters is released
- name: Run Tests
run: |
pytest -s -n auto --pyargs hera_cal --cov=hera_cal --cov-config=./.coveragerc --cov-report xml:./coverage.xml --durations=15 hera_cal/tests/test_chunker.py::test_chunk_data_files
pytest -s hera_cal/tests/test_chunker.py::test_chunk_data_files
- name: Upload Coverage (Ubuntu)
if: matrix.os == 'ubuntu-latest' && success()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def package_files(package_dir, subdirectory):
'linsolve',
'hera_qm',
'scikit-learn',
'hera_filters',
'hera-filters',
"line_profiler",
'aipy',
"rich",
Expand Down

0 comments on commit 4147327

Please sign in to comment.