Skip to content

Commit f3272ef

Browse files
committed
edit workflow
1 parent caec38e commit f3272ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python boruta
1+
name: Test boruta
22

33
on:
44
push:
@@ -26,8 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29+
pip install -r requirements.txt
2930
pip install -r requirements_test.txt
3031
- name: Test with pytest
3132
run: |
32-
pip install pytest pytest-cov
33+
pip install pytest
3334
pytest test_boruta.py

0 commit comments

Comments
 (0)