Skip to content

Commit

Permalink
fix: Use test install for tests instead of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adjavon committed Feb 15, 2024
1 parent d67df69 commit 3d762d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install -e ".[test]"
- name: Test
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ dev = [
"ruff",
"pre-commit",
"jupyter",
"pytest"
]
docs = [
"sphinx-autodoc-typehints",
Expand Down

0 comments on commit 3d762d0

Please sign in to comment.