Skip to content

Commit e96e8dc

Browse files
committed
modified yml file
1 parent 614af8e commit e96e8dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
# This case we are only updating pip, but you could add other dependencies needed.
2121
run: |
2222
python -m pip install --upgrade pip
23+
pip install pytest
2324
- name: Test with pytest
2425
run: |
2526
pytest

0 commit comments

Comments
 (0)