Skip to content

Commit 65a3a5c

Browse files
authored
Update main.yml
1 parent 9fcbf09 commit 65a3a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
python -m pip install numpy pandas scipy scikit-learn matplotlib
28+
python -m pip install numpy pandas scipy scikit-learn matplotlib pytest
2929
3030
- name: Test with pytest
3131
run: |

0 commit comments

Comments
 (0)