File tree 2 files changed +168
-63
lines changed
teachopencadd/talktorials/T019_md_simulation
2 files changed +168
-63
lines changed Original file line number Diff line number Diff line change 72
72
shell : bash -l {0}
73
73
run : |
74
74
PYTEST_ARGS="--nbval-lax --current-env --dist loadscope --numprocesses 2"
75
-
76
- # Ignore T019 under Windows, see https://github.com/volkamerlab/teachopencadd/issues/313
77
- PYTEST_IGNORE_T019="--ignore=teachopencadd/talktorials/T019_md_simulation/talktorial.ipynb"
78
-
79
- # Temporarily ignored notebooks, see https://github.com/volkamerlab/teachopencadd/issues/303
80
- PYTEST_IGNORE_T008="--ignore=teachopencadd/talktorials/T008_query_pdb/talktorial.ipynb"
81
-
82
- if [ "$RUNNER_OS" != "Windows" ]; then
83
- # Temporarily ignore T019
84
- pytest $PYTEST_ARGS teachopencadd/talktorials/ $PYTEST_IGNORE_T008 $PYTEST_IGNORE_T019
85
- else
86
- pytest $PYTEST_ARGS teachopencadd/talktorials/ $PYTEST_IGNORE_T008 $PYTEST_IGNORE_T019
87
- fi
75
+ pytest $PYTEST_ARGS teachopencadd/talktorials/
88
76
89
77
format :
90
78
name : Black
You can’t perform that action at this time.
0 commit comments