Skip to content

Commit

Permalink
Fix multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
Monarda committed Sep 12, 2024
1 parent 4608435 commit 13715a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: pip install .[test]
- name: Run tests
run: >-
run: |
python -m coverage run --source=. -m unittest discover tests/
coverage report -m
coverage xml
Expand Down

0 comments on commit 13715a3

Please sign in to comment.