Skip to content

Commit

Permalink
Update test_tutorials.yml: --split 3 for hypergraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamiolane authored Nov 9, 2023
1 parent 34d0af0 commit 10971bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
pip install -e .[all]
- name: Run tests for tutorials on hypergraph domain [pytest] [Group-${{ matrix.test-group}}]
run: |
pytest --splits 5 --group ${{ matrix.test-group}} test/tutorials/test_hypergraph.py
pytest --splits 3 --group ${{ matrix.test-group}} test/tutorials/test_hypergraph.py
cell-pytest:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 10971bd

Please sign in to comment.