Skip to content

Commit

Permalink
added missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesulf committed Jan 30, 2025
1 parent 8081e2b commit c087b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
else
brew install openmpi
fi
python -m pip install .[full]
python -m pip install .[tests]
# TODO: Currently, we need to specify the directory. This should not be necessary in the future once all tests are compatible with pytest.
python -m pytest tests --cov=desilike --durations=0 --cov-report lcov
- name: Coverage with Coveralls
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ dependencies = [
"cosmoprimo @ git+https://github.com/cosmodesi/cosmoprimo"]

[project.optional-dependencies]
full = [
"emcee"]
tests = [
"emcee",
"pyclass @ git+https://github.com/adematti/pyclass"]
plotting = [
"matplotlib",
"tabulate",
Expand Down

0 comments on commit c087b9a

Please sign in to comment.