Skip to content

Commit 46416c5

Browse files
committed
Add pytest install...
1 parent 5603540 commit 46416c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install .
22+
pip install pytest
2223
2324
- name: Unit testing
2425
run: |

0 commit comments

Comments
 (0)