Skip to content

Commit 88a52de

Browse files
committed
add shell tests in workflow
1 parent 63f4e06 commit 88a52de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests-torch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
pip install ".[arrow]" \
25-
-r requirements/requirements-test.txt \
24+
pip install ".[arrow,torch,shell,test]" \
2625
-r requirements/requirements-extras-m-competitions.txt \
27-
-r requirements/requirements-pytorch.txt
2826
pip install --no-deps -r requirements/requirements-extras-cpflows.txt
2927
- name: Test with pytest
3028
run: |

0 commit comments

Comments
 (0)