Skip to content

Commit

Permalink
ci(pytest): Add extra test group to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Dec 6, 2024
1 parent 1399f94 commit 4e1587e
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install
run: poetry install --with test
- name: Run tests with coverage report
run: poetry run pytest --cov-report=xml

Expand Down
Loading

0 comments on commit 4e1587e

Please sign in to comment.