Skip to content

Commit

Permalink
add shell tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Nov 5, 2024
1 parent 63f4e06 commit 88a52de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install ".[arrow]" \
-r requirements/requirements-test.txt \
pip install ".[arrow,torch,shell,test]" \
-r requirements/requirements-extras-m-competitions.txt \
-r requirements/requirements-pytorch.txt
pip install --no-deps -r requirements/requirements-extras-cpflows.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit 88a52de

Please sign in to comment.