Skip to content

Commit b83ba73

Browse files
committed
Update pythonpackage.yml
install pytest
1 parent 0989670 commit b83ba73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Test with coverage and coveralls
3434
run: |
35-
pip install coveralls
35+
pip install coveralls pytest
3636
coverage run --source Hologram -m pytest
3737
3838
- name: Coveralls

0 commit comments

Comments
 (0)