Skip to content

Commit

Permalink
Add the pytest-html dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AuguB committed Dec 8, 2023
1 parent 9e8e11f commit 6a074e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -r requirements.txt
pip install pytest
pip install pytest pytest-html
- name: Run Tests with pytest
run: pytest pytest/ --html=report.html # Test everything in the 'pytest' directory, create HTML report
Expand Down

0 comments on commit 6a074e3

Please sign in to comment.