Skip to content

Commit

Permalink
test only a few notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackenkoehler committed Feb 5, 2025
1 parent fa8c196 commit f7ea60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
PYTEST_IGNORE_T036="--ignore=teachopencadd/talktorials/T036_e3_equivariant_gnn/talktorial.ipynb"
PYTEST_IGNORE_T038="--ignore=teachopencadd/talktorials/T038_protein_ligand_interaction_prediction/talktorial.ipynb"
IGNORE="$PYTEST_IGNORE_T001 $PYTEST_IGNORE_T018"
IGNORE="$PYTEST_IGNORE_T001 $PYTEST_IGNORE_T018 "
pytest $PYTEST_ARGS teachopencadd/talktorials/ $IGNORE
pytest $PYTEST_ARGS teachopencadd/talktorials/T00{2,3,4,5,6}*

0 comments on commit f7ea60a

Please sign in to comment.