Skip to content

Commit

Permalink
chore: pytest-html already in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed Apr 10, 2024
1 parent dbd2402 commit 22fed3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
poetry add --dev pytest-html
poetry install
- name: Run pytest and generate HTML report
run: poetry run pytest --html=report.html --self-contained-html
Expand Down

0 comments on commit 22fed3f

Please sign in to comment.