Skip to content

Commit 2f55749

Browse files
committed
Install pytest on CI
1 parent 7f6c664 commit 2f55749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
python-version: 3.8
1717

1818
- run: pip install .
19+
- run: pip install -U pytest
1920
- run: pytest

0 commit comments

Comments
 (0)