Skip to content

Commit

Permalink
pkl/GCF file for testing.
Browse files Browse the repository at this point in the history
yaml changed to gunzip.
  • Loading branch information
RSWilson1 committed Feb 1, 2024
1 parent b16868e commit e52d195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
pip install pipenv codecov
pip install -r requirements.txt
pipenv install --dev
- name: gunzip data
run: |
gunzip tests/test_data/*.gz
- name: Test with pytest
run: |
pytest -vv --cov . --cov scripts/ --cov utils/
Binary file not shown.
Binary file added tests/test_data/refseq_gff_preprocessed.pkl.gz
Binary file not shown.

0 comments on commit e52d195

Please sign in to comment.