Skip to content

Commit

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

0 comments on commit 84f2511

Please sign in to comment.