Skip to content

Commit 161dfd5

Browse files
authored
feat: Adjust the GH action (#116)
1 parent 78dd3ef commit 161dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cache: 'pip'
7474

7575
- name: Install the requirements
76-
run: pip install -r requirements.txt && pip install pytest pytest-cov coverage-badge
76+
run: pip install -r requirements.txt && pip install pytest-cov coverage-badge
7777

7878
- name: Generate the coverage report
7979
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt

0 commit comments

Comments
 (0)