Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
javidahmed64592 committed Oct 9, 2024
1 parent 39bd6f6 commit e8c0123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e .[test]
- name: Test with pytest
run: |
python -m pytest -vx
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ dependencies = [
[project.optional-dependencies]
dev = [
"ruff",
"ipykernel",
]

test = [
"pytest",
"pytest-cov",
"ipykernel",
]

[project.urls]
Expand Down

0 comments on commit e8c0123

Please sign in to comment.