Skip to content

Commit 90c1275

Browse files
authored
Update pythonpackage.yml
fix formatting in action file
1 parent 04a8d9b commit 90c1275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
3333
- name: Test with coverage and coveralls
3434
run: |
35-
- pip install coveralls
36-
- coverage run --source Hologram -m pytest
35+
pip install coveralls
36+
coverage run --source Hologram -m pytest
3737
3838
- name: Coveralls
3939
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)