Skip to content

Commit

Permalink
ignore cpflows dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella committed Oct 17, 2024
1 parent ede5664 commit 4da9bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
-r requirements/requirements-test.txt \
-r requirements/requirements-extras-m-competitions.txt \
-r requirements/requirements-pytorch.txt \
-r requirements/requirements-extras-cpflows.txt
pip install --no-deps -r requirements/requirements-extras-cpflows.txt
- name: Test with pytest
run: |
pytest -n2 --doctest-modules --ignore test/nursery test

0 comments on commit 4da9bda

Please sign in to comment.