Skip to content

Commit 653032a

Browse files
authored
Update python-package.yml
1 parent 9771a2d commit 653032a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
29-
python -m pip install pytest
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29+
python -m pip install pytest numpy scikit-learn pandas matplotlib scipy
30+
3131
3232
- name: Test with pytest
3333
run: |

0 commit comments

Comments
 (0)