Skip to content

Commit 750b1d8

Browse files
authored
Install pytest for CI
1 parent baec6e4 commit 750b1d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Full dependencies
2626
run: |
2727
pip install --editable .
28+
pip install pytest
2829
- name: Run tests with pytest
2930
run: |
3031
pytest tests

0 commit comments

Comments
 (0)