Skip to content

Commit f5f2fb8

Browse files
Forgot to install pytest...
1 parent 241317d commit f5f2fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Install dependencies
6767
run: |
6868
python -m pip install --upgrade pip
69+
pip install pytest
6970
pip install -r requirements.txt
7071
- name: Test with pytest
7172
run: |

0 commit comments

Comments
 (0)