Skip to content

Commit

Permalink
Can't test file formats that don't get pulled in in the requirements,…
Browse files Browse the repository at this point in the history
… fix
  • Loading branch information
dbhart committed Sep 12, 2024
1 parent 8874a3e commit a93d6b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python3 -m pip install tomli
- name: Test install
run: python3 -m pip install .
run: python3 -m pip install .[dev]

- name: Test with pytest
run: python3 -m pytest --cov=sansmic examples/ tests/
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ dev = [
'unittest',
'pytest',
'pytest-cov',
'h5py',
'openpyxl',
'tabulate',
'pyyaml',
'lasio',
]

[project.urls]
Expand Down

0 comments on commit a93d6b2

Please sign in to comment.