Commit 7a2953a 1 parent 7c56e00 commit 7a2953a Copy full SHA for 7a2953a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
# However this `splitting-algorithm` means that tests cannot depend sensitively on the order they're executed in.
88
88
run : |
89
89
micromamba activate a2
90
- pytest --splits 3 --group ${{ matrix.split }} --durations-path tests/.pytest-split-durations --splitting-algorithm least_duration --ignore=tests/ase --cov=atomate2 --cov-report=xml
90
+ pytest --splits 3 --group ${{ matrix.split }} --durations-path tests/.pytest-split-durations --splitting-algorithm least_duration --ignore=tests/ase --ignore=tests/openff_md --ignore=tests/openmm_md -- cov=atomate2 --cov-report=xml
91
91
92
92
93
93
- uses : codecov/codecov-action@v1
@@ -151,7 +151,7 @@ jobs:
151
151
152
152
run : |
153
153
micromamba activate a2
154
- pytest --ignore= tests/ase --cov=atomate2 --cov-report=xml
154
+ pytest tests/{openff_md,openmm_md}
155
155
156
156
test-notebooks-and-ase :
157
157
# prevent this action from running on forks
You can’t perform that action at this time.
0 commit comments