Skip to content

Commit 45153ac

Browse files
committed
Fix bad yml
1 parent 5f6622b commit 45153ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
# If enabled, when the major version is 0, major releases will be treated as minor and minor as patch. Note that the version_type output is unchanged.
7171
enable_prerelease_mode: true
7272
- name: Build coverage file
73-
run: |
74-
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=app tests/ | tee pytest-coverage.txt
73+
run: |
74+
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=app tests/ | tee pytest-coverage.txt
7575
- name: Pytest coverage comment
7676
if: ${{ github.ref == 'refs/heads/main' }}
7777
id: coverageComment

0 commit comments

Comments
 (0)