Skip to content

Commit 0772a1b

Browse files
committed
MAINT: Exclude data files from conda/Python packages
Debug Debug More debugging Different syntax? https://github.com/openforcefield/openff-nagl/blob/dfc8102889b93b34582535fcee20932e4d2df7de/pyproject.toml#L46-L49 Revert "Debug" This reverts commit afaaa70.
1 parent 81d7767 commit 0772a1b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Run example notebooks
5959
run: |
60-
python -m pytest -c pyproject.toml --nbval-lax --dist loadscope -n logical --durations=20 examples/ \
60+
python -m pytest -x -c pyproject.toml --nbval-lax --dist loadscope -n logical --durations=20 examples/ \
6161
--ignore=examples/deprecated/ \
6262
--ignore=examples/experimental/ \
6363
--ignore=examples/lammps/

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ classifiers = [
2222
]
2323
dynamic = [ "version" ]
2424

25-
[tool.setuptools.packages]
26-
find = {}
25+
[tool.setuptools.packages.find]
26+
include = [ 'openff.interchange*' ]
27+
exclude = [ 'openff.interchange._tests.data*' ]
2728

2829
[tool.ruff]
2930
line-length = 119

0 commit comments

Comments
 (0)