Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 15, 2024
1 parent 7332554 commit c89f79c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Setup Dependencies
run: |
pip install --upgrade pip wheel setuptools
pip install .
pip install .[tests]
- run: |
python -m pytest test
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ requires-python = ">=3.9, <3.14"
name = "IceCube"
email = "developers@icecube.wisc.edu"

[project.optional-dependencies]
tests = ["pytest"]

[project.license]
file = "LICENSE"

Expand Down

0 comments on commit c89f79c

Please sign in to comment.